From afcbf01212ac15c7d671e2223de63e86e4879c70 Mon Sep 17 00:00:00 2001 From: Earle Lowe <30607889+emlowe@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:18:59 -0700 Subject: [PATCH] Fetch specific 1.72.1 version for rust --- ubuntu-22.04-risc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-22.04-risc/Dockerfile b/ubuntu-22.04-risc/Dockerfile index c26e213..2fc28a6 100644 --- a/ubuntu-22.04-risc/Dockerfile +++ b/ubuntu-22.04-risc/Dockerfile @@ -16,4 +16,4 @@ RUN apt-get update && \ ENV PATH="/root/.cargo/bin:${PATH}" ENV RUST_BACKTRACE=1 -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.72.1