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 9cb34d0 commit 8e4b314Copy full SHA for 8e4b314
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.70.0
+ARG RUST_VERSION=1.75.0
10
ARG LLVM_VER=14
11
12
# Use the bullseye llvm version because there is no newer one yet
windows/Dockerfile
@@ -4,9 +4,9 @@ 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.70.0
-ARG 7ZIP_VERSION=2201
-ARG GIT_VERSION=2.39.1
+ARG RUST_VER=1.75.0
+ARG 7ZIP_VERSION=2301
+ARG GIT_VERSION=2.43.0
# Install VC++
0 commit comments