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