Skip to content

Commit

Permalink
Fix rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 14, 2024
1 parent 387accd commit 74ee4ec
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 @@ -9,7 +9,7 @@ ENV RUSTFLAGS "-Lnative=/usr/lib -C target-cpu=${TARGET_CPU}"

RUN apk upgrade && \
apk add curl gcc g++ musl-dev cmake make && \
curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --component rust-src --default-toolchain nightly -y
curl -sSf https://sh.rustup.rs | sh -s -- --profile minimal --component rust-src --default-toolchain nightly-2023-06-27 -y

WORKDIR /build

Expand Down

0 comments on commit 74ee4ec

Please sign in to comment.