From 50be8a0d0aba1ab3f49b011733b5252f1b7e6326 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Thu, 18 Dec 2025 15:20:17 +0800 Subject: [PATCH] toolchain: upgrade toolchain to 1.92.0 --- aarch64/Dockerfile | 2 +- centos-7/Dockerfile | 2 +- focal/Dockerfile | 2 +- gen-dockerfiles | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aarch64/Dockerfile b/aarch64/Dockerfile index 735d286..080845c 100644 --- a/aarch64/Dockerfile +++ b/aarch64/Dockerfile @@ -28,7 +28,7 @@ RUN set -eux; \ echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \ chmod +x rustup-init -ENV RUST_VERSION=1.91.0 +ENV RUST_VERSION=1.92.0 RUN set -eux; \ ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \ diff --git a/centos-7/Dockerfile b/centos-7/Dockerfile index 3d9d87c..12a4ed1 100644 --- a/centos-7/Dockerfile +++ b/centos-7/Dockerfile @@ -27,7 +27,7 @@ RUN set -eux; \ echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \ chmod +x rustup-init -ENV RUST_VERSION=1.91.0 +ENV RUST_VERSION=1.92.0 RUN set -eux; \ ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \ diff --git a/focal/Dockerfile b/focal/Dockerfile index 89ee8c7..58b8831 100644 --- a/focal/Dockerfile +++ b/focal/Dockerfile @@ -27,7 +27,7 @@ RUN set -eux; \ echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \ chmod +x rustup-init -ENV RUST_VERSION=1.91.0 +ENV RUST_VERSION=1.92.0 RUN set -eux; \ ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \ diff --git a/gen-dockerfiles b/gen-dockerfiles index d8908bd..cae622c 100755 --- a/gen-dockerfiles +++ b/gen-dockerfiles @@ -3,7 +3,7 @@ import os from urllib import request -RUST_VERSION = '1.91.0' +RUST_VERSION = '1.92.0' RUSTUP_VERSION = '1.27.1' DISTRIBUTIONS = {