aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-22 06:41:13 +0000
committerFuwn <[email protected]>2023-05-22 06:41:13 +0000
commitdae594365085a6e3f9727cfc14b7877e5859ec01 (patch)
tree49c6e826fafab7df8f19dc5ccc661f82fcd16543
parentbuild(Makefile.toml): refine tasks (diff)
downloadseptember-dae594365085a6e3f9727cfc14b7877e5859ec01.tar.xz
september-dae594365085a6e3f9727cfc14b7877e5859ec01.zip
build(Dockerfile): update rust toolchain
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c98a751..d4961a9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
-FROM clux/muslrust:1.68.2 AS environment
+FROM clux/muslrust:1.69.0 AS environment
-ENV CHANNEL=1.68.2
+ENV CHANNEL=1.69.0
RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init \
&& chmod +x rustup-init \