-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update to Rust version 1.84.1 #18344
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for eb5d36b:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 30d9e9c..0be14fa 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,32 +1,32 @@
Maintainers: Steven Fackler <[email protected]> (@sfackler), Scott Schafer <[email protected]> (@Muscraft)
GitRepo: https://github.com/rust-lang/docker-rust.git
-Tags: 1-alpine3.20, 1.84-alpine3.20, 1.84.0-alpine3.20, alpine3.20
+Tags: 1-alpine3.20, 1.84-alpine3.20, 1.84.1-alpine3.20, alpine3.20
Architectures: amd64, arm64v8
-GitCommit: a6488232546c088ca9153d7a4154a3e5964ec576
+GitCommit: da786eca125b17916ae42faae8631fa4a1d992d4
Directory: stable/alpine3.20
-Tags: 1-alpine3.21, 1.84-alpine3.21, 1.84.0-alpine3.21, alpine3.21, 1-alpine, 1.84-alpine, 1.84.0-alpine, alpine
+Tags: 1-alpine3.21, 1.84-alpine3.21, 1.84.1-alpine3.21, alpine3.21, 1-alpine, 1.84-alpine, 1.84.1-alpine, alpine
Architectures: amd64, arm64v8
-GitCommit: a6488232546c088ca9153d7a4154a3e5964ec576
+GitCommit: da786eca125b17916ae42faae8631fa4a1d992d4
Directory: stable/alpine3.21
-Tags: 1-bookworm, 1.84-bookworm, 1.84.0-bookworm, bookworm, 1, 1.84, 1.84.0, latest
+Tags: 1-bookworm, 1.84-bookworm, 1.84.1-bookworm, bookworm, 1, 1.84, 1.84.1, latest
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a6488232546c088ca9153d7a4154a3e5964ec576
+GitCommit: da786eca125b17916ae42faae8631fa4a1d992d4
Directory: stable/bookworm
-Tags: 1-bullseye, 1.84-bullseye, 1.84.0-bullseye, bullseye
+Tags: 1-bullseye, 1.84-bullseye, 1.84.1-bullseye, bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: a6488232546c088ca9153d7a4154a3e5964ec576
+GitCommit: da786eca125b17916ae42faae8631fa4a1d992d4
Directory: stable/bullseye
-Tags: 1-slim-bookworm, 1.84-slim-bookworm, 1.84.0-slim-bookworm, slim-bookworm, 1-slim, 1.84-slim, 1.84.0-slim, slim
+Tags: 1-slim-bookworm, 1.84-slim-bookworm, 1.84.1-slim-bookworm, slim-bookworm, 1-slim, 1.84-slim, 1.84.1-slim, slim
Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: a6488232546c088ca9153d7a4154a3e5964ec576
+GitCommit: da786eca125b17916ae42faae8631fa4a1d992d4
Directory: stable/bookworm/slim
-Tags: 1-slim-bullseye, 1.84-slim-bullseye, 1.84.0-slim-bullseye, slim-bullseye
+Tags: 1-slim-bullseye, 1.84-slim-bullseye, 1.84.1-slim-bullseye, slim-bullseye
Architectures: amd64, arm32v7, arm64v8, i386
-GitCommit: a6488232546c088ca9153d7a4154a3e5964ec576
+GitCommit: da786eca125b17916ae42faae8631fa4a1d992d4
Directory: stable/bullseye/slim
diff --git a/_bashbrew-list b/_bashbrew-list
index 9db4a5d..b1ff43f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -16,15 +16,15 @@ rust:1.84-bullseye
rust:1.84-slim
rust:1.84-slim-bookworm
rust:1.84-slim-bullseye
-rust:1.84.0
-rust:1.84.0-alpine
-rust:1.84.0-alpine3.20
-rust:1.84.0-alpine3.21
-rust:1.84.0-bookworm
-rust:1.84.0-bullseye
-rust:1.84.0-slim
-rust:1.84.0-slim-bookworm
-rust:1.84.0-slim-bullseye
+rust:1.84.1
+rust:1.84.1-alpine
+rust:1.84.1-alpine3.20
+rust:1.84.1-alpine3.21
+rust:1.84.1-bookworm
+rust:1.84.1-bullseye
+rust:1.84.1-slim
+rust:1.84.1-slim-bookworm
+rust:1.84.1-slim-bullseye
rust:alpine
rust:alpine3.20
rust:alpine3.21
diff --git a/rust_alpine/Dockerfile b/rust_alpine/Dockerfile
index 6f3bf26..b8134e4 100644
--- a/rust_alpine/Dockerfile
+++ b/rust_alpine/Dockerfile
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.84.0
+ RUST_VERSION=1.84.1
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
diff --git a/rust_alpine3.20/Dockerfile b/rust_alpine3.20/Dockerfile
index 6e914fe..2d14a95 100644
--- a/rust_alpine3.20/Dockerfile
+++ b/rust_alpine3.20/Dockerfile
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.84.0
+ RUST_VERSION=1.84.1
RUN set -eux; \
apkArch="$(apk --print-arch)"; \
diff --git a/rust_bullseye/Dockerfile b/rust_bullseye/Dockerfile
index 2eec784..bc81872 100644
--- a/rust_bullseye/Dockerfile
+++ b/rust_bullseye/Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.84.0
+ RUST_VERSION=1.84.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
diff --git a/rust_latest/Dockerfile b/rust_latest/Dockerfile
index a0333da..5c3c470 100644
--- a/rust_latest/Dockerfile
+++ b/rust_latest/Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.84.0
+ RUST_VERSION=1.84.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
diff --git a/rust_slim-bullseye/Dockerfile b/rust_slim-bullseye/Dockerfile
index 9ace3a1..4c95e22 100644
--- a/rust_slim-bullseye/Dockerfile
+++ b/rust_slim-bullseye/Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.84.0
+ RUST_VERSION=1.84.1
RUN set -eux; \
apt-get update; \
diff --git a/rust_slim/Dockerfile b/rust_slim/Dockerfile
index 676b703..bd61586 100644
--- a/rust_slim/Dockerfile
+++ b/rust_slim/Dockerfile
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
- RUST_VERSION=1.84.0
+ RUST_VERSION=1.84.1
RUN set -eux; \
apt-get update; \ Relevant Maintainers: |
yosifkit
approved these changes
Jan 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://github.com/rust-lang/rust/releases/tag/1.84.1
https://blog.rust-lang.org/2025/01/30/Rust-1.84.1.html