Skip to content

Commit

Permalink
update Rust version to 1.83.0 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 19, 2024
1 parent aaddb60 commit 167d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.81.0
RUST_VERSION=1.83.0

RUN curl https://sh.rustup.rs -sSf | sh -s -- \
-y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION
Expand Down

0 comments on commit 167d902

Please sign in to comment.