Skip to content

Commit

Permalink
Merge branch 'main' into docs/minikube-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey authored Oct 15, 2021
2 parents c65fbdb + 1bb61a7 commit 9c946b6
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.51.0
RUST_VERSION=1.55.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 9c946b6

Please sign in to comment.