Skip to content

Commit 59215c2

Browse files
committed
rust-nightly
1 parent 8057ef5 commit 59215c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ RUN apt-get update -qq && \
154154

155155
# Install rust
156156
RUN apt-get update -qq && \
157-
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile minimal && \
157+
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --no-modify-path --profile minimal && \
158158
ln -s $HOME/.cargo/bin/cargo /usr/local/bin && \
159159
ln -s $HOME/.cargo/bin/rustup /usr/local/bin && \
160160
rustup install 1.79.0

0 commit comments

Comments
 (0)