From 89c0ce7cf50031a51ce2d1d2730b90372db08a77 Mon Sep 17 00:00:00 2001 From: ch Date: Fri, 21 Apr 2023 16:52:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20node=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c59aafb..0902015 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12.13.1 +FROM node:14.17.0 WORKDIR /workload COPY nuxt.config.js /workload/nuxt.config.js