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 Aug 19, 2023
1 parent 7845730 commit 4553ee3
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 4553ee3

Please sign in to comment.