Bumped node to version 16 LTS
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ networks:
|
||||
`;
|
||||
|
||||
const dockerfile = `
|
||||
FROM node:15
|
||||
FROM node:16
|
||||
WORKDIR "/app"
|
||||
COPY package*.json ./
|
||||
RUN npm install --production
|
||||
|
||||
Reference in New Issue
Block a user