Skip to content

Commit 060972c

Browse files
authored
Deps: rooz
1 parent 28ca661 commit 060972c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN curl -sSL https://update.code.visualstudio.com/latest/server-linux-x64/stabl
4949
rm /tmp/vscode-server-linux-x64.tar.gz
5050

5151

52-
ARG ROOZ_VERSION=0.11.0
52+
ARG ROOZ_VERSION=0.14.0
5353
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
5454

5555
RUN git config --global user.name "$GIT_USER" && git config --global user.email "$GIT_EMAIL"

0 commit comments

Comments
 (0)