From 072683570b6b434a86cdccde5b29cfc71552bcc6 Mon Sep 17 00:00:00 2001 From: geminiyellow Date: Fri, 13 May 2016 11:19:23 +0900 Subject: [PATCH] Node 6.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ba3e6e..bb454ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM heroku/cedar:14 # Set Node Version -ENV NODE_ENGINE 6.0.0 +ENV NODE_ENGINE 6.1.0 # Set the PATH for Node (inc npm) and any installed runnables ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH