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

Commit e57942f

Browse files
committed
Dockerfile: upgrade nightly toolchain to 2023-08-16
1 parent e584f1b commit e57942f

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
@@ -23,7 +23,7 @@ RUN set -eux; \
2323
; \
2424
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
2525
wget https://sh.rustup.rs -O rustup-init; \
26-
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-02-28; \
26+
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-08-16; \
2727
rm rustup-init; \
2828
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
2929
rustup --version; \

0 commit comments

Comments
 (0)