From caa2d36ad8c60c85a2332b1f3a28159ee4389fbf Mon Sep 17 00:00:00 2001 From: moznion Date: Sat, 22 Nov 2025 10:35:16 +0900 Subject: [PATCH 1/2] Enable zjit on each 4.0-rc environment Signed-off-by: moznion --- 3.2/alpine3.21/Dockerfile | 1 + 3.2/alpine3.22/Dockerfile | 1 + 3.2/bookworm/Dockerfile | 1 + 3.2/slim-bookworm/Dockerfile | 1 + 3.2/slim-trixie/Dockerfile | 1 + 3.2/trixie/Dockerfile | 1 + 3.3/alpine3.21/Dockerfile | 1 + 3.3/alpine3.22/Dockerfile | 1 + 3.3/bookworm/Dockerfile | 1 + 3.3/slim-bookworm/Dockerfile | 1 + 3.3/slim-trixie/Dockerfile | 1 + 3.3/trixie/Dockerfile | 1 + 3.4/alpine3.21/Dockerfile | 1 + 3.4/alpine3.22/Dockerfile | 1 + 3.4/bookworm/Dockerfile | 1 + 3.4/slim-bookworm/Dockerfile | 1 + 3.4/slim-trixie/Dockerfile | 1 + 3.4/trixie/Dockerfile | 1 + 4.0-rc/alpine3.21/Dockerfile | 1 + 4.0-rc/alpine3.22/Dockerfile | 1 + 4.0-rc/bookworm/Dockerfile | 1 + 4.0-rc/slim-bookworm/Dockerfile | 1 + 4.0-rc/slim-trixie/Dockerfile | 1 + 4.0-rc/trixie/Dockerfile | 1 + Dockerfile.template | 1 + 25 files changed, 25 insertions(+) diff --git a/3.2/alpine3.21/Dockerfile b/3.2/alpine3.21/Dockerfile index 0e0658c3a..b78e6dcbb 100644 --- a/3.2/alpine3.21/Dockerfile +++ b/3.2/alpine3.21/Dockerfile @@ -102,6 +102,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.2/alpine3.22/Dockerfile b/3.2/alpine3.22/Dockerfile index 8247a24ad..118d1f0a9 100644 --- a/3.2/alpine3.22/Dockerfile +++ b/3.2/alpine3.22/Dockerfile @@ -102,6 +102,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.2/bookworm/Dockerfile b/3.2/bookworm/Dockerfile index b3bc48359..5bf6d8d89 100644 --- a/3.2/bookworm/Dockerfile +++ b/3.2/bookworm/Dockerfile @@ -69,6 +69,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.2/slim-bookworm/Dockerfile b/3.2/slim-bookworm/Dockerfile index f98bd9c66..9909a9129 100644 --- a/3.2/slim-bookworm/Dockerfile +++ b/3.2/slim-bookworm/Dockerfile @@ -95,6 +95,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.2/slim-trixie/Dockerfile b/3.2/slim-trixie/Dockerfile index 790b4d7c1..7f6644647 100644 --- a/3.2/slim-trixie/Dockerfile +++ b/3.2/slim-trixie/Dockerfile @@ -95,6 +95,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.2/trixie/Dockerfile b/3.2/trixie/Dockerfile index 5101672e0..4bb3381fd 100644 --- a/3.2/trixie/Dockerfile +++ b/3.2/trixie/Dockerfile @@ -69,6 +69,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.3/alpine3.21/Dockerfile b/3.3/alpine3.21/Dockerfile index fbc8adc15..305481a44 100644 --- a/3.3/alpine3.21/Dockerfile +++ b/3.3/alpine3.21/Dockerfile @@ -100,6 +100,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.3/alpine3.22/Dockerfile b/3.3/alpine3.22/Dockerfile index 83203e225..79f21693c 100644 --- a/3.3/alpine3.22/Dockerfile +++ b/3.3/alpine3.22/Dockerfile @@ -100,6 +100,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.3/bookworm/Dockerfile b/3.3/bookworm/Dockerfile index 8b394ec69..f3594a6b9 100644 --- a/3.3/bookworm/Dockerfile +++ b/3.3/bookworm/Dockerfile @@ -68,6 +68,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.3/slim-bookworm/Dockerfile b/3.3/slim-bookworm/Dockerfile index 471e01343..2c1fa6e7d 100644 --- a/3.3/slim-bookworm/Dockerfile +++ b/3.3/slim-bookworm/Dockerfile @@ -93,6 +93,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.3/slim-trixie/Dockerfile b/3.3/slim-trixie/Dockerfile index 44bdb2423..7e149e03f 100644 --- a/3.3/slim-trixie/Dockerfile +++ b/3.3/slim-trixie/Dockerfile @@ -93,6 +93,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.3/trixie/Dockerfile b/3.3/trixie/Dockerfile index 707af4489..7de537291 100644 --- a/3.3/trixie/Dockerfile +++ b/3.3/trixie/Dockerfile @@ -68,6 +68,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.4/alpine3.21/Dockerfile b/3.4/alpine3.21/Dockerfile index cf78c1bd5..69a23c36e 100644 --- a/3.4/alpine3.21/Dockerfile +++ b/3.4/alpine3.21/Dockerfile @@ -100,6 +100,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.4/alpine3.22/Dockerfile b/3.4/alpine3.22/Dockerfile index f86ccca23..12475f9fe 100644 --- a/3.4/alpine3.22/Dockerfile +++ b/3.4/alpine3.22/Dockerfile @@ -100,6 +100,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.4/bookworm/Dockerfile b/3.4/bookworm/Dockerfile index 7573a2622..3e6952b81 100644 --- a/3.4/bookworm/Dockerfile +++ b/3.4/bookworm/Dockerfile @@ -68,6 +68,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.4/slim-bookworm/Dockerfile b/3.4/slim-bookworm/Dockerfile index d85e2452c..96aa482fe 100644 --- a/3.4/slim-bookworm/Dockerfile +++ b/3.4/slim-bookworm/Dockerfile @@ -93,6 +93,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.4/slim-trixie/Dockerfile b/3.4/slim-trixie/Dockerfile index d046ae6da..575985f92 100644 --- a/3.4/slim-trixie/Dockerfile +++ b/3.4/slim-trixie/Dockerfile @@ -93,6 +93,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/3.4/trixie/Dockerfile b/3.4/trixie/Dockerfile index 6da127a79..5b0cf38a8 100644 --- a/3.4/trixie/Dockerfile +++ b/3.4/trixie/Dockerfile @@ -68,6 +68,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/4.0-rc/alpine3.21/Dockerfile b/4.0-rc/alpine3.21/Dockerfile index be1dfcf85..8d806cff1 100644 --- a/4.0-rc/alpine3.21/Dockerfile +++ b/4.0-rc/alpine3.21/Dockerfile @@ -100,6 +100,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/4.0-rc/alpine3.22/Dockerfile b/4.0-rc/alpine3.22/Dockerfile index 92223e7d5..9c8c3f5bd 100644 --- a/4.0-rc/alpine3.22/Dockerfile +++ b/4.0-rc/alpine3.22/Dockerfile @@ -100,6 +100,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/4.0-rc/bookworm/Dockerfile b/4.0-rc/bookworm/Dockerfile index a0ab98856..e6c860997 100644 --- a/4.0-rc/bookworm/Dockerfile +++ b/4.0-rc/bookworm/Dockerfile @@ -68,6 +68,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/4.0-rc/slim-bookworm/Dockerfile b/4.0-rc/slim-bookworm/Dockerfile index 8902a6954..31f6a0e03 100644 --- a/4.0-rc/slim-bookworm/Dockerfile +++ b/4.0-rc/slim-bookworm/Dockerfile @@ -93,6 +93,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/4.0-rc/slim-trixie/Dockerfile b/4.0-rc/slim-trixie/Dockerfile index 84ad5cb0d..624e796b8 100644 --- a/4.0-rc/slim-trixie/Dockerfile +++ b/4.0-rc/slim-trixie/Dockerfile @@ -93,6 +93,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/4.0-rc/trixie/Dockerfile b/4.0-rc/trixie/Dockerfile index 686f2bfc6..b71dee19e 100644 --- a/4.0-rc/trixie/Dockerfile +++ b/4.0-rc/trixie/Dockerfile @@ -68,6 +68,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ diff --git a/Dockerfile.template b/Dockerfile.template index c402e7366..f72dc0dc8 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -213,6 +213,7 @@ RUN set -eux; \ --disable-install-doc \ --enable-shared \ ${rustArch:+--enable-yjit} \ + ${rustArch:+--enable-zjit} \ ; \ make -j "$(nproc)"; \ make install; \ From e71a6a6052016453dc2e98d5da9d8f85b9cd47c6 Mon Sep 17 00:00:00 2001 From: moznion Date: Sat, 22 Nov 2025 11:16:55 +0900 Subject: [PATCH 2/2] Upgrade Rust Signed-off-by: moznion --- 3.2/alpine3.21/Dockerfile | 2 +- 3.2/alpine3.22/Dockerfile | 2 +- 3.2/bookworm/Dockerfile | 2 +- 3.2/slim-bookworm/Dockerfile | 2 +- 3.2/slim-trixie/Dockerfile | 2 +- 3.2/trixie/Dockerfile | 2 +- 3.3/alpine3.21/Dockerfile | 2 +- 3.3/alpine3.22/Dockerfile | 2 +- 3.3/bookworm/Dockerfile | 2 +- 3.3/slim-bookworm/Dockerfile | 2 +- 3.3/slim-trixie/Dockerfile | 2 +- 3.3/trixie/Dockerfile | 2 +- 3.4/alpine3.21/Dockerfile | 2 +- 3.4/alpine3.22/Dockerfile | 2 +- 3.4/bookworm/Dockerfile | 2 +- 3.4/slim-bookworm/Dockerfile | 2 +- 3.4/slim-trixie/Dockerfile | 2 +- 3.4/trixie/Dockerfile | 2 +- 4.0-rc/alpine3.21/Dockerfile | 2 +- 4.0-rc/alpine3.22/Dockerfile | 2 +- 4.0-rc/bookworm/Dockerfile | 2 +- 4.0-rc/slim-bookworm/Dockerfile | 2 +- 4.0-rc/slim-trixie/Dockerfile | 2 +- 4.0-rc/trixie/Dockerfile | 2 +- rust.json | 2 +- versions.json | 8 ++++---- 26 files changed, 29 insertions(+), 29 deletions(-) diff --git a/3.2/alpine3.21/Dockerfile b/3.2/alpine3.21/Dockerfile index b78e6dcbb..35823ef56 100644 --- a/3.2/alpine3.21/Dockerfile +++ b/3.2/alpine3.21/Dockerfile @@ -72,7 +72,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.2/alpine3.22/Dockerfile b/3.2/alpine3.22/Dockerfile index 118d1f0a9..8ddf72b5f 100644 --- a/3.2/alpine3.22/Dockerfile +++ b/3.2/alpine3.22/Dockerfile @@ -72,7 +72,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.2/bookworm/Dockerfile b/3.2/bookworm/Dockerfile index 5bf6d8d89..21ee57530 100644 --- a/3.2/bookworm/Dockerfile +++ b/3.2/bookworm/Dockerfile @@ -47,7 +47,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.2/slim-bookworm/Dockerfile b/3.2/slim-bookworm/Dockerfile index 9909a9129..1949db5a7 100644 --- a/3.2/slim-bookworm/Dockerfile +++ b/3.2/slim-bookworm/Dockerfile @@ -73,7 +73,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.2/slim-trixie/Dockerfile b/3.2/slim-trixie/Dockerfile index 7f6644647..4cb46c137 100644 --- a/3.2/slim-trixie/Dockerfile +++ b/3.2/slim-trixie/Dockerfile @@ -73,7 +73,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.2/trixie/Dockerfile b/3.2/trixie/Dockerfile index 4bb3381fd..76f74be82 100644 --- a/3.2/trixie/Dockerfile +++ b/3.2/trixie/Dockerfile @@ -47,7 +47,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.3/alpine3.21/Dockerfile b/3.3/alpine3.21/Dockerfile index 305481a44..0d900656e 100644 --- a/3.3/alpine3.21/Dockerfile +++ b/3.3/alpine3.21/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.3/alpine3.22/Dockerfile b/3.3/alpine3.22/Dockerfile index 79f21693c..a2f91abe9 100644 --- a/3.3/alpine3.22/Dockerfile +++ b/3.3/alpine3.22/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.3/bookworm/Dockerfile b/3.3/bookworm/Dockerfile index f3594a6b9..54664e923 100644 --- a/3.3/bookworm/Dockerfile +++ b/3.3/bookworm/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.3/slim-bookworm/Dockerfile b/3.3/slim-bookworm/Dockerfile index 2c1fa6e7d..b6288bfce 100644 --- a/3.3/slim-bookworm/Dockerfile +++ b/3.3/slim-bookworm/Dockerfile @@ -71,7 +71,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.3/slim-trixie/Dockerfile b/3.3/slim-trixie/Dockerfile index 7e149e03f..3690b3e48 100644 --- a/3.3/slim-trixie/Dockerfile +++ b/3.3/slim-trixie/Dockerfile @@ -71,7 +71,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.3/trixie/Dockerfile b/3.3/trixie/Dockerfile index 7de537291..53a3bf7b0 100644 --- a/3.3/trixie/Dockerfile +++ b/3.3/trixie/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.4/alpine3.21/Dockerfile b/3.4/alpine3.21/Dockerfile index 69a23c36e..01f1cfc79 100644 --- a/3.4/alpine3.21/Dockerfile +++ b/3.4/alpine3.21/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.4/alpine3.22/Dockerfile b/3.4/alpine3.22/Dockerfile index 12475f9fe..1ad2b8b5d 100644 --- a/3.4/alpine3.22/Dockerfile +++ b/3.4/alpine3.22/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.4/bookworm/Dockerfile b/3.4/bookworm/Dockerfile index 3e6952b81..c58e41ebc 100644 --- a/3.4/bookworm/Dockerfile +++ b/3.4/bookworm/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.4/slim-bookworm/Dockerfile b/3.4/slim-bookworm/Dockerfile index 96aa482fe..4063ee318 100644 --- a/3.4/slim-bookworm/Dockerfile +++ b/3.4/slim-bookworm/Dockerfile @@ -71,7 +71,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.4/slim-trixie/Dockerfile b/3.4/slim-trixie/Dockerfile index 575985f92..0174305ad 100644 --- a/3.4/slim-trixie/Dockerfile +++ b/3.4/slim-trixie/Dockerfile @@ -71,7 +71,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/3.4/trixie/Dockerfile b/3.4/trixie/Dockerfile index 5b0cf38a8..c97caa271 100644 --- a/3.4/trixie/Dockerfile +++ b/3.4/trixie/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/4.0-rc/alpine3.21/Dockerfile b/4.0-rc/alpine3.21/Dockerfile index 8d806cff1..4e6faf6b9 100644 --- a/4.0-rc/alpine3.21/Dockerfile +++ b/4.0-rc/alpine3.21/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/4.0-rc/alpine3.22/Dockerfile b/4.0-rc/alpine3.22/Dockerfile index 9c8c3f5bd..5f3592c32 100644 --- a/4.0-rc/alpine3.22/Dockerfile +++ b/4.0-rc/alpine3.22/Dockerfile @@ -70,7 +70,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/4.0-rc/bookworm/Dockerfile b/4.0-rc/bookworm/Dockerfile index e6c860997..c9965c4a7 100644 --- a/4.0-rc/bookworm/Dockerfile +++ b/4.0-rc/bookworm/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/4.0-rc/slim-bookworm/Dockerfile b/4.0-rc/slim-bookworm/Dockerfile index 31f6a0e03..1ab25c1c4 100644 --- a/4.0-rc/slim-bookworm/Dockerfile +++ b/4.0-rc/slim-bookworm/Dockerfile @@ -71,7 +71,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/4.0-rc/slim-trixie/Dockerfile b/4.0-rc/slim-trixie/Dockerfile index 624e796b8..98feced5f 100644 --- a/4.0-rc/slim-trixie/Dockerfile +++ b/4.0-rc/slim-trixie/Dockerfile @@ -71,7 +71,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/4.0-rc/trixie/Dockerfile b/4.0-rc/trixie/Dockerfile index b71dee19e..f684933fb 100644 --- a/4.0-rc/trixie/Dockerfile +++ b/4.0-rc/trixie/Dockerfile @@ -46,7 +46,7 @@ RUN set -eux; \ \ export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \ export PATH="$CARGO_HOME/bin:$PATH"; \ - /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host "$rustArch"; \ + /tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.91.1' --default-host "$rustArch"; \ \ rustc --version; \ cargo --version; \ diff --git a/rust.json b/rust.json index 9e22f3043..afd919c57 100644 --- a/rust.json +++ b/rust.json @@ -1,6 +1,6 @@ { "rust": { - "version": "1.84.0" + "version": "1.91.1" }, "rustup": { "arches": { diff --git a/versions.json b/versions.json index ae1a1a0d6..d4a323c10 100644 --- a/versions.json +++ b/versions.json @@ -37,7 +37,7 @@ "alpine3.21" ], "rust": { - "version": "1.84.0" + "version": "1.91.1" }, "rustup": { "arches": { @@ -107,7 +107,7 @@ "alpine3.21" ], "rust": { - "version": "1.84.0" + "version": "1.91.1" }, "rustup": { "arches": { @@ -177,7 +177,7 @@ "alpine3.21" ], "rust": { - "version": "1.84.0" + "version": "1.91.1" }, "rustup": { "arches": { @@ -254,7 +254,7 @@ "alpine3.21" ], "rust": { - "version": "1.84.0" + "version": "1.91.1" }, "rustup": { "arches": {