Dockerfile 更新node到22版本

This commit is contained in:
2026-05-19 16:33:18 +08:00
parent dcdf1f60b1
commit e4319cc563

View File

@@ -1,5 +1,5 @@
# Stage 1: 依赖安装 + 构建 # Stage 1: 依赖安装 + 构建
FROM node:20-alpine AS builder FROM node:22-alpine AS builder
WORKDIR /app WORKDIR /app
# 先装依赖(缓存最大化) # 先装依赖(缓存最大化)