Skip to content

Commit

Permalink
bump to node 14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stono committed Jul 27, 2020
1 parent 8575588 commit b0d1d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
14.6
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: '.'
args:
NODEJS_VERSION: 14.4.0
NODEJS_VERSION: 14.6.0
command: 'controller'
environment:
PORT: '80' # Run on port 80 locally in docker-compose to replicate kubernetes service object port magenting
Expand Down

0 comments on commit b0d1d25

Please sign in to comment.