Skip to content

Commit

Permalink
Fixed rust version to 1.77 because of https://bugs.ruby-lang.org/issu…
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzheiber committed Jul 5, 2024
1 parent ed8a808 commit 1e65d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
libffi-dev \
zlib1g-dev \
libssl-dev && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain=1.77.0 && \
source "${HOME}/.cargo/env" && \
curl -L -o "ruby-${RUBY_VERSION}.tar.gz" "https://cache.ruby-lang.org/pub/ruby/${RUBY_VERSION%.*}/ruby-${RUBY_VERSION}.tar.gz" && \
echo "${RUBY_CHECKSUM} ruby-${RUBY_VERSION}.tar.gz" | sha256sum --strict -c - && \
Expand Down

0 comments on commit 1e65d8f

Please sign in to comment.