Skip to content

Commit

Permalink
Upgrade version of Rust (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 authored Jul 18, 2023
1 parent 5c0fc37 commit 80f74c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-sdk-images/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get --allow-releaseinfo-change update && \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.61.0
RUST_VERSION=1.71.0
RUN wget -q https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init && \
chmod +x rustup-init && \
./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION && \
Expand Down

0 comments on commit 80f74c4

Please sign in to comment.