From e4b974304883792c302a4431fdf1d2442d37ab64 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 27 May 2021 14:46:56 +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 2773dcd..6d1141c 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.16.0" + BASE_TAG: "14.17.0" # Docker image labels labels: -- GitLab From ac5766ad1fad13ed71167514072f0cbef389ef94 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 27 May 2021 14:47:09 +0000 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51b7bc4..c8ddc6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14 -ARG BASE_TAG=14.16.0 +ARG BASE_TAG=14.17.0 # Friends don't let friends bloat containers FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as extractor -- GitLab