Skip to content

Commit

Permalink
Merge pull request #165 from acend/renovate/regex
Browse files Browse the repository at this point in the history
chore(deps): update regex
  • Loading branch information
sybnex authored Jan 18, 2024
2 parents a2db205 + a9977ce commit 1d6b993
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 @@ -47,20 +47,20 @@ 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.13.3
ARG HELM_VERSION=v3.14.0
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.29.0
ARG KUBECTL_VERSION=v1.29.1
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.6.6
ARG TERRAFORM_VERSION=v1.7.0
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.49.0
ARG TFLINT_VERSION=v0.50.1
ARG KUSTOMIZE_VERSION=v5.3.0
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.32.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=v0.48.0
ARG TRIVY_VERSION=v0.48.3
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.33.0
ARG TEKTON_VERSION=v0.34.0

# Create theia user and directories
# Application will be copied to /home/theia
Expand Down

0 comments on commit 1d6b993

Please sign in to comment.