Skip to content

Commit

Permalink
chore: bump rust stable version to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
cavivie committed Oct 23, 2024
1 parent 0eaf0c6 commit d59bfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win-alrd-rsxe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN vcpkg install openssl:arm64-windows openssl:arm64-windows-static openssl:arm

RUN choco install git strawberryperl just -y

ARG RUST_STABLE_VERSION=1.76
ARG RUST_NIGHTLY_VERSION=2024-02-08
ARG RUST_STABLE_VERSION=1.82
ARG RUST_NIGHTLY_VERSION=2024-10-22
RUN rustup install $env:RUST_STABLE_VERSION
RUN rustup default $env:RUST_STABLE_VERSION
RUN rustup install nightly-$env:RUST_NIGHTLY_VERSION
Expand Down

0 comments on commit d59bfd9

Please sign in to comment.