Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update regex #166

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@ 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.11.1
# 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.15.0
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.29.3
ARG KUBECTL_VERSION=v1.30.1
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.7.5
ARG TERRAFORM_VERSION=v1.8.3
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.50.3
ARG TFLINT_VERSION=v0.51.1
ARG KUSTOMIZE_VERSION=v5.3.0
# renovate: datasource=github-tags depName=kubernetes/minikube
ARG MINIKUBE_VERSION=v1.32.0
ARG MINIKUBE_VERSION=v1.33.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=v0.50.1
ARG TRIVY_VERSION=v0.51.2
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.36.0
ARG TEKTON_VERSION=v0.37.0

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