aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
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
commit8efaedda22161a1e362a340d7805e5cb3b57325f (patch)
treedc5272f0724ce0d9815214787fa65b71afff3028 /Dockerfile
parentbuild(Makefile.toml): refine tasks (diff)
downloadseptember-8efaedda22161a1e362a340d7805e5cb3b57325f.tar.xz
september-8efaedda22161a1e362a340d7805e5cb3b57325f.zip
build(Dockerfile): update rust toolchain
Diffstat (limited to 'Dockerfile')
-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 \