Bumped node to version 16 LTS

This commit is contained in:
2021-11-17 04:58:08 +00:00
parent b8323723ed
commit 76417747b3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ networks:
`;
const dockerfile = `
FROM node:15
FROM node:16
WORKDIR "/app"
COPY . /app
RUN mkdir /app/public