Ver Fonte

ci(other): cicd 6

Yi há 1 ano atrás
pai
commit
925a988700
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:14.0.0 as builder
+FROM node:latest as builder
 WORKDIR /app/kpt-system-web
 #拷贝源码
 COPY . .