Skip to content

Commit

Permalink
chore: bump rust version
Browse files Browse the repository at this point in the history
Bump the build image rust version to 1.71.0 from 1.70.0
https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html
  • Loading branch information
TroyKomodo committed Jul 16, 2023
1 parent 4726595 commit 5a68573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV CARGO_HOME=/usr/local/cargo \
RUSTUP_HOME=/usr/local/rustup \
PATH=/usr/local/cargo/bin:/usr/local/yarn/bin:$PATH

ARG RUST_VERSION=1.70.0
ARG RUST_VERSION=1.71.0

RUN <<eot
set -eux
Expand Down

0 comments on commit 5a68573

Please sign in to comment.