Skip to content

Commit

Permalink
[Docker] Update Rust to 1.84.0 (#307)
Browse files Browse the repository at this point in the history
* [Docker] Update Rust to 1.84.0

* Update Linux docker image
  • Loading branch information
vedantmgoyal9 authored Jan 12, 2025
1 parent 6d77b8c commit 0c406f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RUST_VERSION=1.82.0
ARG RUST_VERSION=1.84.0

FROM rust:$RUST_VERSION as builder

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker Image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mcr.microsoft.com/windows/servercore:ltsc2022
ARG RUST_VERSION=1.82.0
ARG RUST_VERSION=1.84.0
ARG ZIG_VERSION=0.10.1
USER ContainerAdministrator
ADD https://github.com/phracker/MacOSX-SDKs/releases/latest/download/MacOSX11.3.sdk.tar.xz /sdk.tar.xz
Expand Down

0 comments on commit 0c406f5

Please sign in to comment.