From 401477367c87ea3d5caa7fafba8589de95c493a2 Mon Sep 17 00:00:00 2001 From: Gregory Campbell <15807475+gjcampbell777@users.noreply.github.com> Date: Fri, 19 Jun 2026 17:27:40 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e522534..f6b14f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ENV CARGO_HOME=/usr/local/cargo ENV PATH="/usr/local/cargo/bin:${PATH}" # Install Rust (it will now install to the paths above) -RUN curl --proto '=https' --tlsv1.2 -sSf https://rustup.rs | bash -s -- -y +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # Grant read and execute permissions to all users RUN chmod -R 755 /usr/local/cargo /usr/local/rustup