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