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