Skip to content

Commit

Permalink
Merge pull request #2 from nerds-and-company/feature/updating-node-to…
Browse files Browse the repository at this point in the history
…-12-3-1

Updating node version to 12.3.1
  • Loading branch information
sjoulbak authored Jun 3, 2019
2 parents 503532b + 16e97d7 commit 2c9cc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM heroku/heroku:18
# Internally, we arbitrarily use port 3000
ENV PORT 3000
# Which version of node?
ENV NODE_ENGINE 10.15.3
ENV NODE_ENGINE 12.3.1
# Locate our binaries
ENV PATH /app/heroku/node/bin/:/app/user/node_modules/.bin:$PATH

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Usage: `FROM nerdsandcompany/docker-heroku-node`

# Specifications

* Heroku 16
* Node 10.x
* Heroku 18
* Node 12.x
* Protractor
* Chrome
* ChromeDriver

0 comments on commit 2c9cc78

Please sign in to comment.