summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/pom.xml
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2020-02-11 11:50:07 -0500
committerJack Lucas <jflucas@research.att.com>2020-02-11 17:27:31 -0500
commit40ee89ac1d1a8c116d96146a8f6ba862bc81db26 (patch)
tree623df235ce1a59c6e8553131667d666f617b357f /healthcheck-container/pom.xml
parentb54fed73e027dbf1f04f22e738de70a301d59c57 (diff)
Change health check to run as non-root user1.3.0
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 <jflucas@research.att.com> Change-Id: I5e85cc2184cfab845a70905edabad4699f0ef411
Diffstat (limited to 'healthcheck-container/pom.xml')
-rw-r--r--healthcheck-container/pom.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<?xml version="1.0"?>
<!--
================================================================================
-Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ limitations under the License.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>healthcheck-container</artifactId>
<name>dcaegen2-deployments-healthcheck-container</name>
- <version>1.2.5</version>
+ <version>1.3.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>