From 30eaa7cbae967a8fc580aef6be6c90b997991471 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Thu, 8 Jun 2023 11:24:33 -0600 Subject: [PATCH] Bump rust (#19) --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index d2cf191..45ac771 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -2,7 +2,7 @@ ARG FROM FROM $FROM -RUN echo "bumping on 2022/01/22" +RUN echo "bumping on 2023-06-08" # Install rustup RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -q \ --default-toolchain nightly \