Skip to content

Commit

Permalink
fix: upgrade Rust version in Linux release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-terzi committed May 9, 2023
1 parent 56e02b1 commit 97f97a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.57.0
RUST_VERSION=1.69.0

RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
Expand Down

0 comments on commit 97f97a1

Please sign in to comment.