From 6911ea0e6e8b8926793a63ed6f6d03b7107ded99 Mon Sep 17 00:00:00 2001 From: WangJunZzz <510423039@qq.com> Date: Thu, 18 Apr 2024 21:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4node=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vben28/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vben28/Dockerfile b/vben28/Dockerfile index 895ac44e..419f3fa0 100644 --- a/vben28/Dockerfile +++ b/vben28/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16-alpine as build-stage +FROM node:18-alpine as build-stage WORKDIR /app COPY . ./ ENV NODE_OPTIONS=--max-old-space-size=16384