Skip to content

Commit 8e4b314

Browse files
authored
ci: update rust and windows software versions (#12)
* ci: update rust and windows software versions
1 parent 9cb34d0 commit 8e4b314

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.70.0
9+
ARG RUST_VERSION=1.75.0
1010
ARG LLVM_VER=14
1111

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

windows/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.70.0
8-
ARG 7ZIP_VERSION=2201
9-
ARG GIT_VERSION=2.39.1
7+
ARG RUST_VER=1.75.0
8+
ARG 7ZIP_VERSION=2301
9+
ARG GIT_VERSION=2.43.0
1010

1111
# Install VC++
1212

0 commit comments

Comments
 (0)