From 124b67c28320e9045956a0dab1b67f6a8b909374 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Thu, 18 Sep 2025 23:44:25 +0100 Subject: [PATCH] Bumping rust version --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 6ca6e00..6b6e810 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -2,7 +2,7 @@ ARG FROM FROM $FROM -RUN echo "bumping on 2024-09-09" +RUN echo "bumping on 2025-09-18" # Install rustup RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y -q \ --default-toolchain nightly \