Skip to content

Commit 98ff345

Browse files
committed
Update rooz
1 parent 3908cfd commit 98ff345

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
@@ -48,7 +48,7 @@ RUN curl -sSL https://update.code.visualstudio.com/latest/server-linux-x64/stabl
4848
rm /tmp/vscode-server-linux-x64.tar.gz
4949

5050

51-
ARG ROOZ_VERSION=0.4.0
51+
ARG ROOZ_VERSION=0.7.0
5252
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
5353

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

0 commit comments

Comments
 (0)