We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db945c7 commit d4a53a7Copy full SHA for d4a53a7
linux/Dockerfile
@@ -6,7 +6,7 @@ FROM $BASE_IMAGE
6
# Make sure we are on root
7
USER root
8
9
-ARG RUST_VERSION=1.80.1
+ARG RUST_VERSION=1.82
10
ARG LLVM_VER=14
11
12
# Use the bullseye llvm version because there is no newer one yet
windows/Dockerfile
@@ -4,7 +4,7 @@ ARG BASE_IMAGE=mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION
4
FROM $BASE_IMAGE
5
ARG LLVM_VER=14.0.6
-ARG RUST_VER=1.80.1
+ARG RUST_VER=1.82
ARG 7ZIP_VERSION=2301
ARG GIT_VERSION=2.43.0
0 commit comments