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