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

Commit 3c5a68f

Browse files
committed
Update rust to nightly-2022-08-11
1 parent 9ea7a27 commit 3c5a68f

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

0 commit comments

Comments
 (0)