瀏覽代碼

ci(other): cicd 6

Yi 1 年之前
父節點
當前提交
925a988700
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 . .