feat:修改 docker node 版本以兼容 next16

This commit is contained in:
hzm
2026-02-07 00:38:23 +08:00
parent e87acbe315
commit e424ebcb52

View File

@@ -1,5 +1,5 @@
# ===== 构建阶段 =====
FROM node:18-bullseye AS builder
FROM node:22-bullseye AS builder
WORKDIR /app
COPY package*.json ./
RUN npm install --legacy-peer-deps