chore: node 16

This commit is contained in:
xiaojunnuo
2023-05-25 22:39:14 +08:00
parent e29e528aa2
commit 609fe5f838

View File

@@ -1,4 +1,4 @@
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine
FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:16-alpine
RUN npm install -g pnpm && npm install -g cross-env
ADD ./workspace/certd-server/ /app/
WORKDIR /app/