feat: 更新dockerfile的node版本

This commit is contained in:
piexlMax(奇淼 2024-11-08 16:17:52 +08:00
parent 5604424e6f
commit 35fd5c8d65
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:20
WORKDIR /gva_web/
COPY . .