Skip to content

Commit

Permalink
chore: Bump Rust version from 1.75 to 1.77 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa authored Apr 2, 2024
1 parent 8e4b314 commit d258923
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.75.0
ARG RUST_VERSION=1.77.0
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.75.0
ARG RUST_VER=1.77.0
ARG 7ZIP_VERSION=2301
ARG GIT_VERSION=2.43.0

Expand Down

0 comments on commit d258923

Please sign in to comment.