Skip to content

Commit e9c7b1b

Browse files
committed
Upgrade Node to 6.3.0
PR-URL: #209 Related: nodejs/node#7550, nodejs/node#7441 Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
1 parent c9bd1f3 commit e9c7b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM heroku/cedar:14
33

44
# Set Node Version
5-
ENV NODE_ENGINE 6.2.2
5+
ENV NODE_ENGINE 6.3.0
66

77
# Set the PATH for Node (inc npm) and any installed runnables
88
ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH

0 commit comments

Comments
 (0)