Skip to content

Commit d4a53a7

Browse files
authored
Bump Rust from 1.80.1 to 1.82 (#19)
1 parent db945c7 commit d4a53a7

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.80.1
9+
ARG RUST_VERSION=1.82
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.80.1
7+
ARG RUST_VER=1.82
88
ARG 7ZIP_VERSION=2301
99
ARG GIT_VERSION=2.43.0
1010

0 commit comments

Comments
 (0)