fix: Dockerfile升级Node22、更新pnpm-lockfile修复CI构建失败

This commit is contained in:
2026-05-03 06:12:09 +08:00
parent ecf5690505
commit 4b36913607
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20-alpine AS frontend-builder
FROM node:22-alpine AS frontend-builder
WORKDIR /app/frontend