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

Commit e584f1b

Browse files
committed
Dockerfile: upgrade nightly toolchain to 2023-02-28
1 parent 1886a03 commit e584f1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# file 'LICENSE', which is part of this source code package.
44

55
# Adapted from https://github.com/rust-lang/docker-rust/blob/master/Dockerfile-slim.template
6+
# Nightly version from https://rust-lang.github.io/rustup-components-history/
67

78
FROM debian:bullseye-slim
89

@@ -22,7 +23,7 @@ RUN set -eux; \
2223
; \
2324
sed -i '/pam_rootok.so$/aauth sufficient pam_permit.so' /etc/pam.d/su; \
2425
wget https://sh.rustup.rs -O rustup-init; \
25-
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2022-10-25; \
26+
bash rustup-init -y --no-modify-path --profile minimal --default-toolchain nightly-2023-02-28; \
2627
rm rustup-init; \
2728
chmod -R a+w $RUSTUP_HOME $CARGO_HOME; \
2829
rustup --version; \

0 commit comments

Comments
 (0)