Browse Source

调整docker配置

zhangqiang 9 months ago
parent
commit
83a51098ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jeecgboot-vue3/Dockerfile

+ 1 - 1
jeecgboot-vue3/Dockerfile

@@ -1,5 +1,5 @@
 # 设置基础镜像
-FROM node as build-stage
+FROM node:21.7.3-alpine3.20 as build-stage
 # 定义作者
 LABEL maintainer=Zenas