diff --git a/Dockerfile b/Dockerfile index c6416cc5..927a93e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.19.1-alpine +FROM node:16.20.2-alpine RUN npm install express RUN npm install pug --save