chore(build): pin Rust toolchain configs to 1.97.1 (#5350)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-28 11:53:32 +08:00
committed by GitHub
parent 5cedab09ab
commit 362f6026ac
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ ARG RUSTFS_BUILD_FEATURES=""
# -----------------------------
# Build stage
# -----------------------------
FROM rust:1.97-trixie AS builder
FROM rust:1.97.1-trixie AS builder
# Re-declare args after FROM
ARG TARGETPLATFORM