Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosala authored Aug 17, 2018
1 parent 96dd809 commit 2fd0576
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 @@ -7,7 +7,7 @@ WORKDIR /app/user
# The following setup is inspired by the Heroku Node-js dockerfile with some extras and a different node version.

# Which version of node?
ENV NODE_ENGINE 8.11.14
ENV NODE_ENGINE 8.11.4

# Locate our binaries
ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH
Expand Down

0 comments on commit 2fd0576

Please sign in to comment.