diff --git a/Dockerfile b/Dockerfile index 121528b..09178cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.9.0 +FROM node:20.7.0 COPY package.json package.json RUN yarn install