Skip to content

Commit

Permalink
Bump Rust verson from 1.77 to 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa committed Aug 21, 2024
1 parent 7fc4e7e commit fc2b451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM $BASE_IMAGE
# Make sure we are on root
USER root

ARG RUST_VERSION=1.77.0
ARG RUST_VERSION=1.80.1
ARG LLVM_VER=14

# Use the bullseye llvm version because there is no newer one yet
Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASE_IMAGE=mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION
FROM $BASE_IMAGE

ARG LLVM_VER=14.0.6
ARG RUST_VER=1.77.0
ARG RUST_VER=1.80.1
ARG 7ZIP_VERSION=2301
ARG GIT_VERSION=2.43.0

Expand Down

0 comments on commit fc2b451

Please sign in to comment.