diff --git a/Dockerfile b/Dockerfile index ffd0757..edfefcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM heroku/cedar:14 # Set Node Version -ENV NODE_ENGINE 6.2.1 +ENV NODE_ENGINE 6.2.2 # Set the PATH for Node (inc npm) and any installed runnables ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH