From 7502a8239b3db41eda6017b17aa50067d140d2a7 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 28 May 2026 12:41:29 -0600 Subject: [PATCH] chore: Bump Rust version to 1.96.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/mirror_stable.yml | 48 ++++++++++++++--------------- stable/alpine3.21/Dockerfile | 2 +- stable/alpine3.22/Dockerfile | 2 +- stable/alpine3.23/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 +- versions.toml | 2 +- 12 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 138a569..b8c07e5 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.95.0 + RUST_VERSION: 1.96.0 #RUST_VERSION strategy: matrix: diff --git a/.github/workflows/mirror_stable.yml b/.github/workflows/mirror_stable.yml index ac8abc1..5bc04c7 100644 --- a/.github/workflows/mirror_stable.yml +++ b/.github/workflows/mirror_stable.yml @@ -22,68 +22,68 @@ jobs: - name: alpine3.21 tags: | 1-alpine3.21 - 1.95-alpine3.21 - 1.95.0-alpine3.21 + 1.96-alpine3.21 + 1.96.0-alpine3.21 alpine3.21 - name: alpine3.22 tags: | 1-alpine3.22 - 1.95-alpine3.22 - 1.95.0-alpine3.22 + 1.96-alpine3.22 + 1.96.0-alpine3.22 alpine3.22 - name: alpine3.23 tags: | 1-alpine3.23 - 1.95-alpine3.23 - 1.95.0-alpine3.23 + 1.96-alpine3.23 + 1.96.0-alpine3.23 alpine3.23 1-alpine - 1.95-alpine - 1.95.0-alpine + 1.96-alpine + 1.96.0-alpine alpine - name: bullseye tags: | 1-bullseye - 1.95-bullseye - 1.95.0-bullseye + 1.96-bullseye + 1.96.0-bullseye bullseye - name: slim-bullseye tags: | 1-slim-bullseye - 1.95-slim-bullseye - 1.95.0-slim-bullseye + 1.96-slim-bullseye + 1.96.0-slim-bullseye slim-bullseye - name: bookworm tags: | 1-bookworm - 1.95-bookworm - 1.95.0-bookworm + 1.96-bookworm + 1.96.0-bookworm bookworm - name: slim-bookworm tags: | 1-slim-bookworm - 1.95-slim-bookworm - 1.95.0-slim-bookworm + 1.96-slim-bookworm + 1.96.0-slim-bookworm slim-bookworm - name: trixie tags: | 1-trixie - 1.95-trixie - 1.95.0-trixie + 1.96-trixie + 1.96.0-trixie trixie 1 - 1.95 - 1.95.0 + 1.96 + 1.96.0 latest - name: slim-trixie tags: | 1-slim-trixie - 1.95-slim-trixie - 1.95.0-slim-trixie + 1.96-slim-trixie + 1.96.0-slim-trixie slim-trixie 1-slim - 1.95-slim - 1.95.0-slim + 1.96-slim + 1.96.0-slim slim #VERSIONS steps: diff --git a/stable/alpine3.21/Dockerfile b/stable/alpine3.21/Dockerfile index c520629..f991999 100644 --- a/stable/alpine3.21/Dockerfile +++ b/stable/alpine3.21/Dockerfile @@ -10,7 +10,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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/alpine3.22/Dockerfile b/stable/alpine3.22/Dockerfile index 1077d44..77ab87f 100644 --- a/stable/alpine3.22/Dockerfile +++ b/stable/alpine3.22/Dockerfile @@ -10,7 +10,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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/alpine3.23/Dockerfile b/stable/alpine3.23/Dockerfile index 6627a88..a477143 100644 --- a/stable/alpine3.23/Dockerfile +++ b/stable/alpine3.23/Dockerfile @@ -10,7 +10,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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/bookworm/Dockerfile b/stable/bookworm/Dockerfile index 0a798b7..0c27a96 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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/bookworm/slim/Dockerfile b/stable/bookworm/slim/Dockerfile index 1e8d701..8a370f7 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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/bullseye/Dockerfile b/stable/bullseye/Dockerfile index 53a00c4..c1f6972 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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/bullseye/slim/Dockerfile b/stable/bullseye/slim/Dockerfile index c8bdb52..6c0d4cf 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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/trixie/Dockerfile b/stable/trixie/Dockerfile index f2ea504..aa6a4b7 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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/stable/trixie/slim/Dockerfile b/stable/trixie/slim/Dockerfile index bb9a320..dde51be 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.95.0 + RUST_VERSION=1.96.0 RUN set -eux; \ \ diff --git a/versions.toml b/versions.toml index 584b70f..d77a1ba 100644 --- a/versions.toml +++ b/versions.toml @@ -1,2 +1,2 @@ -rust = "1.95.0" +rust = "1.96.0" rustup = "1.29.0"