Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit f4d551b

Browse files
committed
Update nightly to 2022-06-04
1 parent ece4e82 commit f4d551b

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
@@ -20,7 +20,7 @@ RUN set -eux; \
2020
; \
2121
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
2222
wget https://sh.rustup.rs -O rustup-init; \
23-
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2022-01-14; \
23+
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2022-06-04; \
2424
rm rustup-init; \
2525
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
2626
rustup --version; \

0 commit comments

Comments
 (0)