diff --git a/Dockerfile b/Dockerfile index 6129e56d38696a50f59265d2ddd0898c4aae70d4..2484dc9333f125711c2ca3c9fa6ddfd97b5266e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 -ARG BASE_TAG=12.22.1 +ARG BASE_TAG=12.22.5 FROM kubeflow-images-public/katib/katib-frontend:v0.2 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as dev USER 0 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 60c208a2898a478a3e57c2652727545fbc4848a6..88ee35cfc6ffe027ca6a73edda3a94471f48288c 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.22.1" + BASE_TAG: "12.22.5" # Docker image labels labels: