Skip to content

Commit

Permalink
chore(deps): update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent f4326ae commit 6e496f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN yarn --pure-lockfile && \
FROM node:20-bookworm-slim as production-stage

# renovate: datasource=github-tags depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.12.0
ARG ARGOCD_VERSION=v2.12.1
# renovate: datasource=github-tags depName=Azure/azure-cli
ARG AZURECLI_VERSION=2.51.0
# renovate: datasource=github-tags depName=docker/compose
Expand All @@ -51,9 +51,9 @@ ARG HELM_VERSION=v3.15.4
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.31.0
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.9.4
ARG TERRAFORM_VERSION=v1.9.5
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.52.0
ARG TFLINT_VERSION=v0.53.0
ARG KUSTOMIZE_VERSION=v5.3.0
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.33.1
Expand Down

0 comments on commit 6e496f1

Please sign in to comment.