We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3908cfd commit 98ff345Copy full SHA for 98ff345
src/Dockerfile
@@ -48,7 +48,7 @@ RUN curl -sSL https://update.code.visualstudio.com/latest/server-linux-x64/stabl
48
rm /tmp/vscode-server-linux-x64.tar.gz
49
50
51
-ARG ROOZ_VERSION=0.4.0
+ARG ROOZ_VERSION=0.7.0
52
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
53
54
RUN git config --global user.name "$GIT_USER" && git config --global user.email "$GIT_EMAIL"
0 commit comments