diff --git a/Dockerfile b/Dockerfile index e35a48aa82237d91d0f6663db9c9d37640f7467a..0eb8149a54c827cd8cec82f29fc783bddadc442f 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.3.0 +ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14 +ARG BASE_TAG=14.17.1 FROM lovasoa/wbo:v1.14.4 as base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 230465c46a14cd8378fffb179660cd63a4f437f9..8533eabf360cd8131802dc587bb64da0d8d9c762 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "opensource/nodejs/nodejs14" - BASE_TAG: "14.15.3" + BASE_TAG: "14.17.1" # Docker image labels labels: