Skip to content

Commit

Permalink
Upgrade Node to 6.3.0
Browse files Browse the repository at this point in the history
PR-URL: #209

Related: nodejs/node#7550, nodejs/node#7441

Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
  • Loading branch information
geminiyellow committed Jul 7, 2016
1 parent c9bd1f3 commit e9c7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM heroku/cedar:14

# Set Node Version
ENV NODE_ENGINE 6.2.2
ENV NODE_ENGINE 6.3.0

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

0 comments on commit e9c7b1b

Please sign in to comment.