diff --git a/Dockerfile b/Dockerfile index 765b28647..35aa4b648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN printf "\\n[-] Building Meteor application...\\n" \ ############################################################################## # final build stage - create the final production image ############################################################################## -FROM node:12.20.1-slim +FROM node:14-slim LABEL maintainer="Reaction Commerce "