Skip to content

Commit

Permalink
Update Rust to 1.57 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 3, 2021
1 parent f012681 commit ab1c11f
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 @@ -5,7 +5,7 @@ ENV PATH /root/.cargo/bin:$PATH
# Use an explicit version to actually install the version we require instead of using the cache
# It would be even cooler to invalidate the cache depending on when the official rust image changes,
# but I don't know how to do that
RUN curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.56.0 -y
RUN curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.57.0 -y

# Compile dependencies only for build caching
ADD Cargo.toml /maturin/Cargo.toml
Expand Down

0 comments on commit ab1c11f

Please sign in to comment.