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 Mar 20, 2024
1 parent 1d6b993 commit 879adcc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get install -y git jq libxkbfile-dev libsecret-1-dev

# renovate: datasource=github-tags depName=eclipse-theia/theia-blueprint
ARG THEIA_VERSION=v1.44.0
ARG THEIA_VERSION=v1.46.100

WORKDIR /tmp
RUN git clone --depth 1 --branch ${THEIA_VERSION} https://github.com/eclipse-theia/theia-blueprint.git
Expand Down 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.9.3
ARG ARGOCD_VERSION=v2.10.4
# 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.0
ARG HELM_VERSION=v3.14.3
# renovate: datasource=github-tags depName=kubernetes/kubernetes
ARG KUBECTL_VERSION=v1.29.1
ARG KUBECTL_VERSION=v1.29.3
# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=v1.7.0
ARG TERRAFORM_VERSION=v1.7.5
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.50.1
ARG TFLINT_VERSION=v0.50.3
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.3
ARG TRIVY_VERSION=v0.50.0
# renovate: datasource=github-tags depName=tektoncd/cli
ARG TEKTON_VERSION=v0.34.0
ARG TEKTON_VERSION=v0.36.0

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

0 comments on commit 879adcc

Please sign in to comment.