From 3a5ad2743634d88ca6bdd1f0af7c2828955ad4bb Mon Sep 17 00:00:00 2001 From: Leandro Lisboa Penz Date: Mon, 25 Dec 2023 18:18:18 +0000 Subject: [PATCH] Upgrade rust nightly to 2023-12-19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 73d4e68..ac787b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \