From f21f6aa9a4a31a4aa9173eb4b1fa6451065f56d3 Mon Sep 17 00:00:00 2001 From: alubneuski Date: Thu, 29 Jan 2026 14:11:05 +0100 Subject: [PATCH] Fix toolchain verion --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31fc0b8..513f0a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM public.ecr.aws/sam/build-ruby3.2:latest-x86_64 RUN set -eux; \ yum install -y build-essential curl openssl-devel; \ yum install git; \ - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal; \ + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal --default-toolchain 1.85.0; \ yum clean all; \ rm -rf /var/cache/yum