Skip to content

Commit 7689628

Browse files
committed
fix(Dockerfile): 更新 Rust 版本到 1.88
将 Dockerfile 中的 Rust 版本从 1.85 升级到 1.88,以确保使用最新的 Rust 编译器和工具链。
1 parent e5b022d commit 7689628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY web/ ./
88
RUN pnpm build
99

1010
# Stage 2: Build backend
11-
FROM rust:1.85-bookworm AS backend
11+
FROM rust:1.88-bookworm AS backend
1212
WORKDIR /build
1313
# Copy manifests first for dependency caching
1414
COPY Cargo.toml Cargo.lock ./

0 commit comments

Comments
 (0)