diff --git a/Dockerfile b/Dockerfile index 5b5677e..5b12098 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:13.14.0-alpine +FROM node:14.15.4-alpine #Dependencies RUN apk add --virtual .build-deps python make g++ gcc @@ -12,4 +12,4 @@ COPY / /usr/src/app/ RUN npm install -CMD [ "npm", "start" ] \ No newline at end of file +CMD [ "npm", "start" ]