diff --git a/Dockerfile b/Dockerfile index d60cf98..4540a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-alpine +FROM node:16-alpine COPY . /usr/src/app WORKDIR /usr/src/app RUN npm install --no-cache