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 Nov 18, 2024
1 parent c726979 commit 9a05c84
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 @@ -47,7 +47,7 @@ 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.16.2
ARG HELM_VERSION=v3.16.3
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.31.2
# renovate: datasource=github-tags depName=hashicorp/terraform
Expand All @@ -58,11 +58,11 @@ ARG KUSTOMIZE_VERSION=v5.3.0
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.34.0
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=v0.57.0
ARG TRIVY_VERSION=v0.57.1
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.38.1
# renovate: datasource=github-tags depName=kubevirt/kubevirt
ARG VIRTCTL_VERSION=v1.3.1
ARG VIRTCTL_VERSION=v1.4.0

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

0 comments on commit 9a05c84

Please sign in to comment.