diff --git a/Dockerfile b/Dockerfile index 3cfabb4a..f135d930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-alpine +FROM node:14-alpine3.14 ENV NODE_ENV production ENV NPM_CONFIG_LOGLEVEL warn diff --git a/e2e/Dockerfile b/e2e/Dockerfile index de3ca990..20dc5912 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14-alpine +FROM node:14-alpine3.14 # Setup source directory RUN mkdir /app