Skip to content

Commit

Permalink
Merge pull request #179 from acend/renovate/regex
Browse files Browse the repository at this point in the history
chore(deps): update regex
  • Loading branch information
splattner authored Jul 25, 2024
2 parents 04d5e97 + fcbad20 commit 7e5cf55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,24 @@ RUN yarn --pure-lockfile && \
FROM node:20-bookworm-slim as production-stage

# renovate: datasource=github-tags depName=argoproj/argo-cd
ARG ARGOCD_VERSION=v2.11.3
ARG ARGOCD_VERSION=v2.11.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.15.2
ARG HELM_VERSION=v3.15.3
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.30.2
ARG KUBECTL_VERSION=v1.30.3
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.8.5
ARG TERRAFORM_VERSION=v1.9.3
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.51.1
ARG TFLINT_VERSION=v0.52.0
ARG KUSTOMIZE_VERSION=v5.3.0
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.33.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=v0.52.2
ARG TRIVY_VERSION=v0.53.0
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.37.0

Expand Down

0 comments on commit 7e5cf55

Please sign in to comment.