Skip to content

Commit

Permalink
Update Rust SDK build image (#2635)
Browse files Browse the repository at this point in the history
Looks like some libraries that this depends on require a more up-to-date
Rust language release.

Unblocks CI.
  • Loading branch information
markmandel authored Jun 21, 2022
1 parent 453465f commit 65667ea
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.55.0
RUST_VERSION=1.61.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 65667ea

Please sign in to comment.