Skip to content

Commit 4e9c7ca

Browse files
committed
Roll back to a non-broken rust version (see rust-lang/rust#78549)
1 parent 1958adb commit 4e9c7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ARG RUST_TARGET
1414

1515
RUN apk upgrade && \
1616
apk add curl gcc musl-dev && \
17-
curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly -y
17+
curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --default-toolchain nightly-2020-10-29 -y
1818

1919
RUN source $HOME/.cargo/env && \
2020
if [ "$RUST_TARGET" != $(rustup target list --installed) ]; then \

0 commit comments

Comments
 (0)