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/package.json | |
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/package.json')
-rw-r--r-- | healthcheck-container/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json index 4fd9cbb..33873b8 100644 --- a/healthcheck-container/package.json +++ b/healthcheck-container/package.json @@ -1,7 +1,7 @@ { "name": "k8s-healthcheck", "description": "DCAE healthcheck server", - "version": "2.4.0", + "version": "2.4.1", "main": "healthcheck.js", "author": "author", "license": "(Apache-2.0)" |