fix: node版本

This commit is contained in:
cuijiawang 2025-10-22 14:22:29 +08:00
parent ea5a493c79
commit 37aeed2e07

View File

@ -1,4 +1,4 @@
FROM node:16-alpine as build-stage FROM node:20-alpine as build-stage
WORKDIR /app WORKDIR /app
RUN corepack enable RUN corepack enable