We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8057ef5 commit 59215c2Copy full SHA for 59215c2
docker/Dockerfile
@@ -154,7 +154,7 @@ RUN apt-get update -qq && \
154
155
# Install rust
156
RUN apt-get update -qq && \
157
- curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --profile minimal && \
+ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly --no-modify-path --profile minimal && \
158
ln -s $HOME/.cargo/bin/cargo /usr/local/bin && \
159
ln -s $HOME/.cargo/bin/rustup /usr/local/bin && \
160
rustup install 1.79.0
0 commit comments