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

Commit

Permalink
Upgrade rust nightly to 2023-12-19
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Dec 25, 2023
1 parent 1875359 commit 3a5ad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
; \
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
wget https://sh.rustup.rs -O rustup-init; \
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-10-19; \
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-12-19; \
rm rustup-init; \
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
rustup --version; \
Expand Down

0 comments on commit 3a5ad27

Please sign in to comment.