Skip to content

Commit

Permalink
Updated node version to 16.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoulbak committed Aug 29, 2022
1 parent c8c6cf4 commit 4236705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ ENV PORT 3000
# Make sure apt-get does not ask us questions
ENV DEBIAN_FRONTEND noninteractive
# Which version of node?
ENV NODE_VERSION 14.17.0
ENV YARN_VERSION 1.22.4
ENV NODE_VERSION 16.17.0
ENV YARN_VERSION 1.22.19
# 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 @@ -5,8 +5,8 @@ Usage: `FROM nerdsandcompany/docker-heroku-node`
# Specifications

* Heroku 18
* Node 14.x
* Yarn 1.22.x
* Node 16.17.0
* Yarn 1.22.19
* Protractor
* Chrome
* ChromeDriver

0 comments on commit 4236705

Please sign in to comment.