Skip to content

Commit 0c406f5

Browse files
[Docker] Update Rust to 1.84.0 (#307)
* [Docker] Update Rust to 1.84.0 * Update Linux docker image
1 parent 6d77b8c commit 0c406f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.82.0
1+
ARG RUST_VERSION=1.84.0
22

33
FROM rust:$RUST_VERSION as builder
44

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mcr.microsoft.com/windows/servercore:ltsc2022
2-
ARG RUST_VERSION=1.82.0
2+
ARG RUST_VERSION=1.84.0
33
ARG ZIG_VERSION=0.10.1
44
USER ContainerAdministrator
55
ADD https://github.com/phracker/MacOSX-SDKs/releases/latest/download/MacOSX11.3.sdk.tar.xz /sdk.tar.xz

0 commit comments

Comments
 (0)