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 | 8efaedda22161a1e362a340d7805e5cb3b57325f (patch) | |
| tree | dc5272f0724ce0d9815214787fa65b71afff3028 /Dockerfile | |
| parent | build(Makefile.toml): refine tasks (diff) | |
| download | september-8efaedda22161a1e362a340d7805e5cb3b57325f.tar.xz september-8efaedda22161a1e362a340d7805e5cb3b57325f.zip | |
build(Dockerfile): update rust toolchain
Diffstat (limited to 'Dockerfile')
| -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 \ |