aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-08-27 22:29:06 -0700
committerFuwn <[email protected]>2022-08-27 22:29:06 -0700
commit83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36 (patch)
tree43ddb3f37117e61b1caa619b72c96eafa21cf63b /Dockerfile
parentfix(main.rs): enable feature for actions (diff)
downloadlocus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.tar.xz
locus-83fc1aab2e15f60b6e7b85e7831d6591b4d1ab36.zip
feat: bump toolchain to nightly-2022-08-23
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 92edfb3..6faf4df 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \