From 40ee89ac1d1a8c116d96146a8f6ba862bc81db26 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 11 Feb 2020 11:50:07 -0500 Subject: Change health check to run as non-root user Requires change to listening port for health check server (from 80 to 8080). Also update nodejs version. Issue-ID: DCAEGEN2-2071 Signed-off-by: Jack Lucas Change-Id: I5e85cc2184cfab845a70905edabad4699f0ef411 --- healthcheck-container/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'healthcheck-container/pom.xml') diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index d5f30a1..a90be9f 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -1,7 +1,7 @@