diff options
| author | Fuwn <[email protected]> | 2023-05-22 06:41:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-22 06:41:13 +0000 |
| commit | 5d93127ecb458c16892d85f70ae3b981f3984eef (patch) | |
| tree | dc5272f0724ce0d9815214787fa65b71afff3028 | |
| parent | build(Makefile.toml): refine tasks (diff) | |
| download | september-5d93127ecb458c16892d85f70ae3b981f3984eef.tar.xz september-5d93127ecb458c16892d85f70ae3b981f3984eef.zip | |
build(Dockerfile): update rust toolchain
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |