From e26027801c1e0a09e61c982823e590f43814f92d Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Tue, 22 Jun 2021 23:18:04 +0000 Subject: [PATCH 1/2] Update hardening_manifest.yaml --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 230465c..8533eab 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: -- GitLab From e5bd4a51aa150ff7b952e1daaf9b8b8539ee6753 Mon Sep 17 00:00:00 2001 From: Andy Maksymowicz Date: Tue, 22 Jun 2021 23:18:54 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e35a48a..0eb8149 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 -- GitLab