Ver código fonte

调整docker配置

zhangqiang 10 meses atrás
pai
commit
8dca774085
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      jeecgboot-vue3/Dockerfile

+ 1 - 1
jeecgboot-vue3/Dockerfile

@@ -1,5 +1,5 @@
 # 设置基础镜像
-FROM node:lts-alpine as build-stage
+FROM node:latest as build-stage
 # 定义作者
 LABEL maintainer=Zenas