chore: refresh erasure codec and rust toolchains (#4795)

This commit is contained in:
houseme
2026-07-13 20:16:25 +08:00
committed by GitHub
parent 7ece747eab
commit 0ac7f0d0cf
5 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ ARG RUSTFS_BUILD_FEATURES=""
# -----------------------------
# Build stage
# -----------------------------
FROM rust:1.95-trixie AS builder
FROM rust:1.97-trixie AS builder
# Re-declare args after FROM
ARG TARGETPLATFORM