diff --git a/Dockerfile b/Dockerfile index eec9006..26100fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.17 +FROM node:16 WORKDIR /app COPY ./package*.json ./ RUN yarn install