From 0ad6d349fa1a5d6cc64e3bd9a27e5f6762df9abc Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Mon, 10 Nov 2025 12:13:55 -0700 Subject: [PATCH] chore: Update Rust version to 1.91.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/mirror_stable.yml | 24 ++++++++++++------------ stable/alpine3.20/Dockerfile | 2 +- stable/alpine3.21/Dockerfile | 2 +- stable/alpine3.22/Dockerfile | 2 +- stable/bookworm/Dockerfile | 2 +- stable/bookworm/slim/Dockerfile | 2 +- stable/bullseye/Dockerfile | 2 +- stable/bullseye/slim/Dockerfile | 2 +- stable/trixie/Dockerfile | 2 +- stable/trixie/slim/Dockerfile | 2 +- x.py | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa8ccfa..9fea542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest env: #RUST_VERSION - RUST_VERSION: 1.91.0 + RUST_VERSION: 1.91.1 #RUST_VERSION strategy: matrix: diff --git a/.github/workflows/mirror_stable.yml b/.github/workflows/mirror_stable.yml index 17af029..c832f9b 100644 --- a/.github/workflows/mirror_stable.yml +++ b/.github/workflows/mirror_stable.yml @@ -23,67 +23,67 @@ jobs: tags: | 1-alpine3.20 1.91-alpine3.20 - 1.91.0-alpine3.20 + 1.91.1-alpine3.20 alpine3.20 - name: alpine3.21 tags: | 1-alpine3.21 1.91-alpine3.21 - 1.91.0-alpine3.21 + 1.91.1-alpine3.21 alpine3.21 - name: alpine3.22 tags: | 1-alpine3.22 1.91-alpine3.22 - 1.91.0-alpine3.22 + 1.91.1-alpine3.22 alpine3.22 1-alpine 1.91-alpine - 1.91.0-alpine + 1.91.1-alpine alpine - name: bullseye tags: | 1-bullseye 1.91-bullseye - 1.91.0-bullseye + 1.91.1-bullseye bullseye - name: slim-bullseye tags: | 1-slim-bullseye 1.91-slim-bullseye - 1.91.0-slim-bullseye + 1.91.1-slim-bullseye slim-bullseye - name: bookworm tags: | 1-bookworm 1.91-bookworm - 1.91.0-bookworm + 1.91.1-bookworm bookworm - name: slim-bookworm tags: | 1-slim-bookworm 1.91-slim-bookworm - 1.91.0-slim-bookworm + 1.91.1-slim-bookworm slim-bookworm - name: trixie tags: | 1-trixie 1.91-trixie - 1.91.0-trixie + 1.91.1-trixie trixie 1 1.91 - 1.91.0 + 1.91.1 latest - name: slim-trixie tags: | 1-slim-trixie 1.91-slim-trixie - 1.91.0-slim-trixie + 1.91.1-slim-trixie slim-trixie 1-slim 1.91-slim - 1.91.0-slim + 1.91.1-slim slim #VERSIONS steps: diff --git a/stable/alpine3.20/Dockerfile b/stable/alpine3.20/Dockerfile index e72912a..41b3d15 100644 --- a/stable/alpine3.20/Dockerfile +++ b/stable/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/alpine3.21/Dockerfile b/stable/alpine3.21/Dockerfile index 570635f..16e0311 100644 --- a/stable/alpine3.21/Dockerfile +++ b/stable/alpine3.21/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/alpine3.22/Dockerfile b/stable/alpine3.22/Dockerfile index 35af0be..2c700f7 100644 --- a/stable/alpine3.22/Dockerfile +++ b/stable/alpine3.22/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/bookworm/Dockerfile b/stable/bookworm/Dockerfile index 4789135..ff6f2fc 100644 --- a/stable/bookworm/Dockerfile +++ b/stable/bookworm/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/bookworm/slim/Dockerfile b/stable/bookworm/slim/Dockerfile index 8cf0fce..677cf88 100644 --- a/stable/bookworm/slim/Dockerfile +++ b/stable/bookworm/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/bullseye/Dockerfile b/stable/bullseye/Dockerfile index 8b92128..fe4119a 100644 --- a/stable/bullseye/Dockerfile +++ b/stable/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/bullseye/slim/Dockerfile b/stable/bullseye/slim/Dockerfile index 5c7fbfa..2e4c067 100644 --- a/stable/bullseye/slim/Dockerfile +++ b/stable/bullseye/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/trixie/Dockerfile b/stable/trixie/Dockerfile index d658f6a..8821a1c 100644 --- a/stable/trixie/Dockerfile +++ b/stable/trixie/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/stable/trixie/slim/Dockerfile b/stable/trixie/slim/Dockerfile index e88f68a..97ae0fe 100644 --- a/stable/trixie/slim/Dockerfile +++ b/stable/trixie/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.91.0 + RUST_VERSION=1.91.1 RUN set -eux; \ \ diff --git a/x.py b/x.py index d427adf..a450b7a 100755 --- a/x.py +++ b/x.py @@ -9,7 +9,7 @@ rustup_version = "1.28.2" Channel = namedtuple("Channel", ["name", "rust_version"]) -stable = Channel("stable", "1.91.0") +stable = Channel("stable", "1.91.1") nightly = Channel("nightly", "nightly") supported_channels = [ stable,