Skip to content

Commit c0027fb

Browse files
authored
Merge pull request #211 from acend/renovate/regex
chore(deps): update regex
2 parents 0277f4e + 2daf5f4 commit c0027fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN yarn --pure-lockfile && \
4141
FROM node:22-bookworm-slim as production-stage
4242

4343
# renovate: datasource=github-tags depName=argoproj/argo-cd
44-
ARG ARGOCD_VERSION=v3.0.5
44+
ARG ARGOCD_VERSION=v3.0.6
4545
# renovate: datasource=github-tags depName=Azure/azure-cli
4646
ARG AZURECLI_VERSION=2.51.0
4747
# renovate: datasource=github-tags depName=docker/compose
@@ -51,7 +51,7 @@ ARG HELM_VERSION=v3.18.2
5151
# renovate: datasource=github-tags depName=kubernetes/kubernetes
5252
ARG KUBECTL_VERSION=v1.33.1
5353
# renovate: datasource=github-tags depName=hashicorp/terraform
54-
ARG TERRAFORM_VERSION=v1.12.1
54+
ARG TERRAFORM_VERSION=v1.12.2
5555
# renovate: datasource=github-releases depName=terraform-linters/tflint
5656
ARG TFLINT_VERSION=v0.58.0
5757
ARG KUSTOMIZE_VERSION=v5.3.0
@@ -62,7 +62,7 @@ ARG TRIVY_VERSION=v0.63.0
6262
# renovate: datasource=github-tags depName=tektoncd/cli
6363
ARG TEKTON_VERSION=v0.41.0
6464
# renovate: datasource=github-tags depName=kubevirt/kubevirt
65-
ARG VIRTCTL_VERSION=v1.5.1
65+
ARG VIRTCTL_VERSION=v1.5.2
6666

6767
# Create theia user and directories
6868
# Application will be copied to /home/theia

0 commit comments

Comments
 (0)