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 \