From abb5441c162be52cd37e1552f84bd80d1f91e7a7 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Tue, 27 Feb 2024 13:02:31 -0500 Subject: [PATCH] Update Dockerfile --- 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 e92627f..8299bcc 100644 --- a/ubuntu-22.04-risc/Dockerfile +++ b/ubuntu-22.04-risc/Dockerfile @@ -17,7 +17,7 @@ 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 --default-toolchain 1.72.1 +RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y FROM base as ld