feat:修改 docker node 版本以兼容 next16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user