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 1958adb commit 4e9c7caCopy full SHA for 4e9c7ca
Dockerfile
@@ -14,7 +14,7 @@ ARG RUST_TARGET
14
15
RUN apk upgrade && \
16
apk add curl gcc musl-dev && \
17
- curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly -y
+ curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly-2020-10-29 -y
18
19
RUN source $HOME/.cargo/env && \
20
if [ "$RUST_TARGET" != $(rustup target list --installed) ]; then \
0 commit comments