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 Apr 17, 2024
1 parent 7b47326 commit 5dbbf2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ RUN yarn --pure-lockfile && \
FROM node:20-bookworm-slim as production-stage

# renovate: datasource=github-tags depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.10.6
ARG ARGOCD_VERSION=v2.10.7
# renovate: datasource=github-tags depName=Azure/azure-cli
ARG AZURECLI_VERSION=2.51.0
# renovate: datasource=github-tags depName=docker/compose
ARG DOCKER_COMPOSE=v2.13.0
# renovate: datasource=github-tags depName=helm/helm
ARG HELM_VERSION=v3.14.3
ARG HELM_VERSION=v3.14.4
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.29.3
ARG KUBECTL_VERSION=v1.29.4
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.7.5
ARG TERRAFORM_VERSION=v1.8.1
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.50.3
ARG KUSTOMIZE_VERSION=v5.3.0
Expand Down

0 comments on commit 5dbbf2d

Please sign in to comment.