From a67145c24ae0a04790c9d7b5289beb103e35e95e Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 12 Feb 2026 11:48:08 -0700 Subject: [PATCH] chore: Bump Rust version to 1.93.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/mirror_stable.yml | 26 +++++++++++++------------- stable/alpine3.20/Dockerfile | 2 +- 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 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a7bb2f..4687be3 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.93.0 + RUST_VERSION: 1.93.1 #RUST_VERSION strategy: matrix: diff --git a/.github/workflows/mirror_stable.yml b/.github/workflows/mirror_stable.yml index 3fefd03..6a079d0 100644 --- a/.github/workflows/mirror_stable.yml +++ b/.github/workflows/mirror_stable.yml @@ -23,73 +23,73 @@ jobs: tags: | 1-alpine3.20 1.93-alpine3.20 - 1.93.0-alpine3.20 + 1.93.1-alpine3.20 alpine3.20 - name: alpine3.21 tags: | 1-alpine3.21 1.93-alpine3.21 - 1.93.0-alpine3.21 + 1.93.1-alpine3.21 alpine3.21 - name: alpine3.22 tags: | 1-alpine3.22 1.93-alpine3.22 - 1.93.0-alpine3.22 + 1.93.1-alpine3.22 alpine3.22 - name: alpine3.23 tags: | 1-alpine3.23 1.93-alpine3.23 - 1.93.0-alpine3.23 + 1.93.1-alpine3.23 alpine3.23 1-alpine 1.93-alpine - 1.93.0-alpine + 1.93.1-alpine alpine - name: bullseye tags: | 1-bullseye 1.93-bullseye - 1.93.0-bullseye + 1.93.1-bullseye bullseye - name: slim-bullseye tags: | 1-slim-bullseye 1.93-slim-bullseye - 1.93.0-slim-bullseye + 1.93.1-slim-bullseye slim-bullseye - name: bookworm tags: | 1-bookworm 1.93-bookworm - 1.93.0-bookworm + 1.93.1-bookworm bookworm - name: slim-bookworm tags: | 1-slim-bookworm 1.93-slim-bookworm - 1.93.0-slim-bookworm + 1.93.1-slim-bookworm slim-bookworm - name: trixie tags: | 1-trixie 1.93-trixie - 1.93.0-trixie + 1.93.1-trixie trixie 1 1.93 - 1.93.0 + 1.93.1 latest - name: slim-trixie tags: | 1-slim-trixie 1.93-slim-trixie - 1.93.0-slim-trixie + 1.93.1-slim-trixie slim-trixie 1-slim 1.93-slim - 1.93.0-slim + 1.93.1-slim slim #VERSIONS steps: diff --git a/stable/alpine3.20/Dockerfile b/stable/alpine3.20/Dockerfile index d6a69f2..5a62c61 100644 --- a/stable/alpine3.20/Dockerfile +++ b/stable/alpine3.20/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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/alpine3.21/Dockerfile b/stable/alpine3.21/Dockerfile index 4fda7e8..7892d32 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/alpine3.22/Dockerfile b/stable/alpine3.22/Dockerfile index eaa7b71..f998437 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/alpine3.23/Dockerfile b/stable/alpine3.23/Dockerfile index 81bc036..ebbf8f7 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/bookworm/Dockerfile b/stable/bookworm/Dockerfile index 4b01a3f..be13913 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/bookworm/slim/Dockerfile b/stable/bookworm/slim/Dockerfile index ca6131e..37bfa47 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/bullseye/Dockerfile b/stable/bullseye/Dockerfile index fe388d4..2d59d4b 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/bullseye/slim/Dockerfile b/stable/bullseye/slim/Dockerfile index 4075091..c62839f 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/trixie/Dockerfile b/stable/trixie/Dockerfile index b596ce8..2590b5c 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/stable/trixie/slim/Dockerfile b/stable/trixie/slim/Dockerfile index 2b3ce97..be23ba0 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.93.0 + RUST_VERSION=1.93.1 RUN set -eux; \ \ diff --git a/versions.toml b/versions.toml index ee96259..f156af7 100644 --- a/versions.toml +++ b/versions.toml @@ -1,2 +1,2 @@ -rust = "1.93.0" +rust = "1.93.1" rustup = "1.28.2"