We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8575588 commit b0d1d25Copy full SHA for b0d1d25
.nvmrc
@@ -1 +1 @@
1
-14
+14.6
docker-compose.yml
@@ -5,7 +5,7 @@ services:
5
build:
6
context: '.'
7
args:
8
- NODEJS_VERSION: 14.4.0
+ NODEJS_VERSION: 14.6.0
9
command: 'controller'
10
environment:
11
PORT: '80' # Run on port 80 locally in docker-compose to replicate kubernetes service object port magenting
0 commit comments