Bumped node to version 16 LTS

This commit is contained in:
2021-11-17 04:42:48 +00:00
parent 62afef402f
commit c30cf80fc6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ networks:
`;
const dockerfile = `
FROM node:15
FROM node:16
WORKDIR "/app"
COPY package*.json ./
RUN npm install --production