diff options
| author | Fuwn <[email protected]> | 2022-08-27 22:29:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-27 22:29:06 -0700 |
| commit | 83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36 (patch) | |
| tree | 43ddb3f37117e61b1caa619b72c96eafa21cf63b /Dockerfile | |
| parent | fix(main.rs): enable feature for actions (diff) | |
| download | locus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.tar.xz locus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.zip | |
feat: bump toolchain to nightly-2022-08-23
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -FROM clux/muslrust:nightly-2022-05-18 AS environment +FROM clux/muslrust:nightly-2022-08-23 AS environment -ENV CHANNEL=nightly-2022-05-18 +ENV CHANNEL=nightly-2022-08-23 RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init \ && chmod +x rustup-init \ |