diff --git a/web/Dockerfile b/web/Dockerfile index ef16e98..b2e1554 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,5 +1,5 @@ #FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node-16:7.22-06-20 +FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 COPY . /var/app WORKDIR /var/app