diff --git a/Dockerfile b/Dockerfile index e9bf49bad48c6b4e056f296260c7481a5505a0d0..2227b514fa510dea36de2d66576817a040dfef43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs16 -ARG BASE_TAG=16.5.0 +ARG BASE_TAG=16.6.0 FROM lovasoa/wbo:v1.14.6 as base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index cd7ace34f4f8815e3c52b964d535c75e7a729b63..26e6649a92cea16ec670ba9bb09acca23d719255 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/lovasoa/wbo" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.14.5" +- "v1.14.6" - "latest" # Build args passed to Dockerfile ARGs