Skip to content

Commit 1e0ca26

Browse files
committed
bump rust version to 1.93.1
1 parent cf9eb33 commit 1e0ca26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ USER root
88
ENV DEBIAN_FRONTEND=noninteractive
99

1010
ARG LLVM_VERSION=21
11-
ARG RUST_VERSION=1.90
11+
ARG RUST_VERSION=1.93.1
1212

1313
# Install LLVM and its dependencies
1414
RUN apt update \

windows/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ ARG BASE_IMAGE=mcr.microsoft.com/windows/servercore:$WINDOWS_VERSION
33

44
FROM $BASE_IMAGE
55

6-
ARG LLVM_VER=21.1.7
7-
ARG RUST_VER=1.90
8-
ARG ZIP_VERSION=2501
9-
ARG GIT_VERSION=2.51.0
6+
ARG LLVM_VER=21.1.8
7+
ARG RUST_VER=1.93.1
8+
ARG ZIP_VERSION=2600
9+
ARG GIT_VERSION=2.53.0
1010

1111
WORKDIR C:/buildtools
1212

0 commit comments

Comments
 (0)