diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 857fb06..2f86c6d 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.1 + RUST_VERSION: 1.92.0 #RUST_VERSION strategy: matrix: diff --git a/.github/workflows/mirror_stable.yml b/.github/workflows/mirror_stable.yml index 770fff7..b887e63 100644 --- a/.github/workflows/mirror_stable.yml +++ b/.github/workflows/mirror_stable.yml @@ -22,74 +22,74 @@ jobs: - name: alpine3.20 tags: | 1-alpine3.20 - 1.91-alpine3.20 - 1.91.1-alpine3.20 + 1.92-alpine3.20 + 1.92.0-alpine3.20 alpine3.20 - name: alpine3.21 tags: | 1-alpine3.21 - 1.91-alpine3.21 - 1.91.1-alpine3.21 + 1.92-alpine3.21 + 1.92.0-alpine3.21 alpine3.21 - name: alpine3.22 tags: | 1-alpine3.22 - 1.91-alpine3.22 - 1.91.1-alpine3.22 + 1.92-alpine3.22 + 1.92.0-alpine3.22 alpine3.22 - name: alpine3.23 tags: | 1-alpine3.23 - 1.91-alpine3.23 - 1.91.1-alpine3.23 + 1.92-alpine3.23 + 1.92.0-alpine3.23 alpine3.23 1-alpine - 1.91-alpine - 1.91.1-alpine + 1.92-alpine + 1.92.0-alpine alpine - name: bullseye tags: | 1-bullseye - 1.91-bullseye - 1.91.1-bullseye + 1.92-bullseye + 1.92.0-bullseye bullseye - name: slim-bullseye tags: | 1-slim-bullseye - 1.91-slim-bullseye - 1.91.1-slim-bullseye + 1.92-slim-bullseye + 1.92.0-slim-bullseye slim-bullseye - name: bookworm tags: | 1-bookworm - 1.91-bookworm - 1.91.1-bookworm + 1.92-bookworm + 1.92.0-bookworm bookworm - name: slim-bookworm tags: | 1-slim-bookworm - 1.91-slim-bookworm - 1.91.1-slim-bookworm + 1.92-slim-bookworm + 1.92.0-slim-bookworm slim-bookworm - name: trixie tags: | 1-trixie - 1.91-trixie - 1.91.1-trixie + 1.92-trixie + 1.92.0-trixie trixie 1 - 1.91 - 1.91.1 + 1.92 + 1.92.0 latest - name: slim-trixie tags: | 1-slim-trixie - 1.91-slim-trixie - 1.91.1-slim-trixie + 1.92-slim-trixie + 1.92.0-slim-trixie slim-trixie 1-slim - 1.91-slim - 1.91.1-slim + 1.92-slim + 1.92.0-slim slim #VERSIONS steps: diff --git a/stable/alpine3.20/Dockerfile b/stable/alpine3.20/Dockerfile index 5141217..91013d0 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.91.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/alpine3.21/Dockerfile b/stable/alpine3.21/Dockerfile index 14e2a86..8f6b206 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.91.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/alpine3.22/Dockerfile b/stable/alpine3.22/Dockerfile index 0ca7e87..b8b90c6 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.91.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/alpine3.23/Dockerfile b/stable/alpine3.23/Dockerfile index ea015ad..a6fdf1d 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.91.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/bookworm/Dockerfile b/stable/bookworm/Dockerfile index ff6f2fc..f34c46f 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.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/bookworm/slim/Dockerfile b/stable/bookworm/slim/Dockerfile index 677cf88..67b8036 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.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/bullseye/Dockerfile b/stable/bullseye/Dockerfile index fe4119a..e6a49e5 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.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/bullseye/slim/Dockerfile b/stable/bullseye/slim/Dockerfile index 2e4c067..4bc4aeb 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.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/trixie/Dockerfile b/stable/trixie/Dockerfile index 8821a1c..a18490b 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.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/stable/trixie/slim/Dockerfile b/stable/trixie/slim/Dockerfile index 97ae0fe..efc180c 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.1 + RUST_VERSION=1.92.0 RUN set -eux; \ \ diff --git a/versions.toml b/versions.toml index 8aeb930..cbf788e 100644 --- a/versions.toml +++ b/versions.toml @@ -1,2 +1,2 @@ -rust = "1.91.1" +rust = "1.92.0" rustup = "1.28.2"