diff options
author | Jack Lucas <jflos@sonoris.net> | 2023-07-17 12:03:09 -0400 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2023-10-10 10:56:00 -0400 |
commit | e992a80969426810ac1939323e2f188be028c96b (patch) | |
tree | 056af1678b86972eac5de2314ab3f5385fd24acd /healthcheck-container/pom.xml | |
parent | f815d0c940f10d2efbcaadd52a77f7432c5a942c (diff) |
Update healthcheck to use newer node.js base image.2.4.1-healthcheck-container
Update base image to node 18.18.0, the latest LTS
release.
Issue-ID: DCAEGEN2-3400
Change-Id: I8a1ad5f4d2d5f36544a611eac6b58351ecd4daf1
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Diffstat (limited to 'healthcheck-container/pom.xml')
-rw-r--r-- | healthcheck-container/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index 1f2b152..61b2278 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. Copyright (c) 2020 NOKIA Intellectual Property. All rights reserved. -Copyright (c) 2021 J. F. Lucas. All rights reserved. +Copyright (c) 2021, 2023 J. F. Lucas. 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. @@ -29,7 +29,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>healthcheck-container</artifactId> <name>dcaegen2-deployments-healthcheck-container</name> - <version>2.4.0</version> + <version>2.4.1</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |