From 333a593b65c2d11cb2f0221540ece2b1f6277b5a Mon Sep 17 00:00:00 2001 From: Yuwnei Xiao Date: Wed, 14 Aug 2024 13:41:13 +0800 Subject: [PATCH] feat: update dockfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed0c227..21d3032 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build frontend dist. -FROM node:14.18.2-alpine3.14 AS frontend +FROM node:20.16.0-alpine3.19 AS frontend WORKDIR /frontend-build COPY ./frontend/ .