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 | dae594365085a6e3f9727cfc14b7877e5859ec01 (patch) | |
| tree | 49c6e826fafab7df8f19dc5ccc661f82fcd16543 | |
| parent | build(Makefile.toml): refine tasks (diff) | |
| download | september-dae594365085a6e3f9727cfc14b7877e5859ec01.tar.xz september-dae594365085a6e3f9727cfc14b7877e5859ec01.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 \ |