Skip to content

Commit b0d1d25

Browse files
committed
bump to node 14.6
1 parent 8575588 commit b0d1d25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
14.6

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: '.'
77
args:
8-
NODEJS_VERSION: 14.4.0
8+
NODEJS_VERSION: 14.6.0
99
command: 'controller'
1010
environment:
1111
PORT: '80' # Run on port 80 locally in docker-compose to replicate kubernetes service object port magenting

0 commit comments

Comments
 (0)