Skip to content

Commit

Permalink
add tag for theia build
Browse files Browse the repository at this point in the history
  • Loading branch information
sybnex committed Dec 15, 2023
1 parent 1896890 commit 0da4ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

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

WORKDIR /home/theia
RUN cp -r /tmp/theia-blueprint/* .
Expand Down

0 comments on commit 0da4ff4

Please sign in to comment.