Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sybnex committed Jan 18, 2024
1 parent 0da4ff4 commit c539dba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ FROM node:20-bookworm as build-stage
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.45.0

WORKDIR /tmp
RUN git clone --depth 1 --branch v1.44.0 https://github.com/eclipse-theia/theia-blueprint.git
RUN git clone --depth 1 --branch ${THEIA_VERSION} https://github.com/eclipse-theia/theia-blueprint.git

WORKDIR /home/theia
RUN cp -r /tmp/theia-blueprint/* .
Expand Down Expand Up @@ -51,7 +54,7 @@ ARG KUBECTL_VERSION=v1.29.0
ARG TERRAFORM_VERSION=v1.6.6
# renovate: datasource=github-releases depName=terraform-linters/tflint
ARG TFLINT_VERSION=v0.49.0
ARG KUSTOMIZE_VERSION=v4.5.7
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
Expand Down

0 comments on commit c539dba

Please sign in to comment.