We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ca661 commit 060972cCopy full SHA for 060972c
src/Dockerfile
@@ -49,7 +49,7 @@ RUN curl -sSL https://update.code.visualstudio.com/latest/server-linux-x64/stabl
49
rm /tmp/vscode-server-linux-x64.tar.gz
50
51
52
-ARG ROOZ_VERSION=0.11.0
+ARG ROOZ_VERSION=0.14.0
53
RUN curl -sSL https://github.com/queil/rooz/releases/download/v${ROOZ_VERSION}/rooz -o $HOME/.local/bin/rooz && chmod +x $HOME/.local/bin/rooz
54
55
RUN git config --global user.name "$GIT_USER" && git config --global user.email "$GIT_EMAIL"
0 commit comments