From f63573926497233f4c278ff30ef4b878ea32c06a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 17 Apr 2023 06:26:04 +0000 Subject: ci(docker): bump rustc --- Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 3f21f5f..c98a751 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,13 +1,13 @@ -FROM clux/muslrust:1.66.0 AS environment +FROM clux/muslrust:1.68.2 AS environment -ENV CHANNEL=1.66.0 +ENV CHANNEL=1.68.2 RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init \ - && chmod +x rustup-init \ - && ./rustup-init -y --default-toolchain ${CHANNEL} --profile minimal \ - && rm rustup-init \ - && ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl \ - && echo "[build]\ntarget = \"x86_64-unknown-linux-musl\"" > ~/.cargo/config + && chmod +x rustup-init \ + && ./rustup-init -y --default-toolchain ${CHANNEL} --profile minimal \ + && rm rustup-init \ + && ~/.cargo/bin/rustup target add x86_64-unknown-linux-musl \ + && echo "[build]\ntarget = \"x86_64-unknown-linux-musl\"" > ~/.cargo/config RUN cargo install sccache -- cgit v1.2.3