Skip to content

Commit d258923

Browse files
authored
chore: Bump Rust version from 1.75 to 1.77 (#13)
1 parent 8e4b314 commit d258923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM $BASE_IMAGE
66
# Make sure we are on root
77
USER root
88

9-
ARG RUST_VERSION=1.75.0
9+
ARG RUST_VERSION=1.77.0
1010
ARG LLVM_VER=14
1111

1212
# Use the bullseye llvm version because there is no newer one yet

windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BASE_IMAGE=mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION
44
FROM $BASE_IMAGE
55

66
ARG LLVM_VER=14.0.6
7-
ARG RUST_VER=1.75.0
7+
ARG RUST_VER=1.77.0
88
ARG 7ZIP_VERSION=2301
99
ARG GIT_VERSION=2.43.0
1010

0 commit comments

Comments
 (0)