diff --git a/Dockerfile b/Dockerfile index ea021ca9dbcca529c42632f748289e7c5d46124d..29013e9a9016a681d44770c30595a105a619102e 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.17.4 +ARG BASE_TAG=14.17.5 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 3ee7b0ab3e9273ce038091905595001d8192cf18..70d69b9203fd4a823a1b8dbd5ec10c49a8ef4172 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -9,7 +9,7 @@ tags: args: BASE_IMAGE: "opensource/nodejs/nodejs14" - BASE_TAG: "14.17.4" + BASE_TAG: "14.17.5" labels: org.opencontainers.image.title: "eslint"