diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d9c595..bb8d9f6 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.97.0 + RUST_VERSION: 1.97.1 #RUST_VERSION strategy: matrix: diff --git a/.github/workflows/mirror_stable.yml b/.github/workflows/mirror_stable.yml index cd93c85..0ea54f2 100644 --- a/.github/workflows/mirror_stable.yml +++ b/.github/workflows/mirror_stable.yml @@ -23,73 +23,73 @@ jobs: tags: | 1-alpine3.21 1.97-alpine3.21 - 1.97.0-alpine3.21 + 1.97.1-alpine3.21 alpine3.21 - name: alpine3.22 tags: | 1-alpine3.22 1.97-alpine3.22 - 1.97.0-alpine3.22 + 1.97.1-alpine3.22 alpine3.22 - name: alpine3.23 tags: | 1-alpine3.23 1.97-alpine3.23 - 1.97.0-alpine3.23 + 1.97.1-alpine3.23 alpine3.23 - name: alpine3.24 tags: | 1-alpine3.24 1.97-alpine3.24 - 1.97.0-alpine3.24 + 1.97.1-alpine3.24 alpine3.24 1-alpine 1.97-alpine - 1.97.0-alpine + 1.97.1-alpine alpine - name: bullseye tags: | 1-bullseye 1.97-bullseye - 1.97.0-bullseye + 1.97.1-bullseye bullseye - name: slim-bullseye tags: | 1-slim-bullseye 1.97-slim-bullseye - 1.97.0-slim-bullseye + 1.97.1-slim-bullseye slim-bullseye - name: bookworm tags: | 1-bookworm 1.97-bookworm - 1.97.0-bookworm + 1.97.1-bookworm bookworm - name: slim-bookworm tags: | 1-slim-bookworm 1.97-slim-bookworm - 1.97.0-slim-bookworm + 1.97.1-slim-bookworm slim-bookworm - name: trixie tags: | 1-trixie 1.97-trixie - 1.97.0-trixie + 1.97.1-trixie trixie 1 1.97 - 1.97.0 + 1.97.1 latest - name: slim-trixie tags: | 1-slim-trixie 1.97-slim-trixie - 1.97.0-slim-trixie + 1.97.1-slim-trixie slim-trixie 1-slim 1.97-slim - 1.97.0-slim + 1.97.1-slim slim #VERSIONS steps: diff --git a/stable/alpine3.21/Dockerfile b/stable/alpine3.21/Dockerfile index 8f722f6..836e2f1 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/alpine3.22/Dockerfile b/stable/alpine3.22/Dockerfile index b74f4a2..af77b39 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/alpine3.23/Dockerfile b/stable/alpine3.23/Dockerfile index 1c89cde..46dc8cf 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/alpine3.24/Dockerfile b/stable/alpine3.24/Dockerfile index d0bd45d..990c7eb 100644 --- a/stable/alpine3.24/Dockerfile +++ b/stable/alpine3.24/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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/bookworm/Dockerfile b/stable/bookworm/Dockerfile index 705a6c2..7636493 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/bookworm/slim/Dockerfile b/stable/bookworm/slim/Dockerfile index 79b61da..f962f7e 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/bullseye/Dockerfile b/stable/bullseye/Dockerfile index 4b34148..c683019 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/bullseye/slim/Dockerfile b/stable/bullseye/slim/Dockerfile index a83397e..a8bbc05 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/trixie/Dockerfile b/stable/trixie/Dockerfile index 5702ec9..7721f48 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/stable/trixie/slim/Dockerfile b/stable/trixie/slim/Dockerfile index e93051f..5e8bf52 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.97.0 + RUST_VERSION=1.97.1 RUN set -eux; \ \ diff --git a/versions.toml b/versions.toml index 2069d77..5d05179 100644 --- a/versions.toml +++ b/versions.toml @@ -1,2 +1,2 @@ -rust = "1.97.0" +rust = "1.97.1" rustup = "1.29.0"