diff --git a/Dockerfile b/Dockerfile index 9b992da1582a7a5f78b3d669fb56dc5195833c52..bc4590292fb76dc6b33dc21229a63df5f6cb098b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 -ARG BASE_TAG=12.21.0 +ARG BASE_TAG=12.22.1 FROM lovasoa/wbo:1.11.0 as base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index e69012aa1100afd417f683901923b55803c40c97..5947d95eefcf2c9ea999b32dd2d565684be7041a 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/nodejs12" - BASE_TAG: "12.21.0" + BASE_TAG: "12.22.1" # Docker image labels labels: