From bfc92dcb68b846718ac951778035cef54a3638bd Mon Sep 17 00:00:00 2001 From: wangchuan Date: Wed, 14 Jan 2026 19:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9node=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/Dockerfile b/front/Dockerfile index 18ef8ac..bfa7647 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.20.0-alpine as builder +FROM node:20.19.0-alpine as builder ARG ENV=prod WORKDIR /usr/src/app COPY . .