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

Commit 3a5ad27

Browse files
committed
Upgrade rust nightly to 2023-12-19
1 parent 1875359 commit 3a5ad27

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

0 commit comments

Comments
 (0)