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