Dockerfile 更新node到22版本
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Stage 1: 依赖安装 + 构建
|
# Stage 1: 依赖安装 + 构建
|
||||||
FROM node:20-alpine AS builder
|
FROM node:22-alpine AS builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 先装依赖(缓存最大化)
|
# 先装依赖(缓存最大化)
|
||||||
|
|||||||
Reference in New Issue
Block a user