Skip to content

Commit 9d337bc

Browse files
Merge pull request #5 from babbel/fix-toolchain-version
Fix toolchain version
2 parents 1e29460 + f21f6aa commit 9d337bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM public.ecr.aws/sam/build-ruby3.2:latest-x86_64
33
RUN set -eux; \
44
yum install -y build-essential curl openssl-devel; \
55
yum install git; \
6-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal; \
6+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --profile minimal --default-toolchain 1.85.0; \
77
yum clean all; \
88
rm -rf /var/cache/yum
99

0 commit comments

Comments
 (0)