UNCLASSIFIED

Commit 7bf3dc62 authored by crowdvector's avatar crowdvector
Browse files

updating to nodejs 12.22.3

parent a6cef55b
Pipeline #370751 passed with stages
in 9 minutes and 8 seconds
ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12 ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs12
ARG BASE_TAG=12.22.1 ARG BASE_TAG=12.22.3
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
......
...@@ -14,7 +14,7 @@ tags: ...@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
args: args:
BASE_IMAGE: "opensource/nodejs/nodejs12" BASE_IMAGE: "opensource/nodejs/nodejs12"
BASE_TAG: "12.22.1" BASE_TAG: "12.22.3"
# Docker image labels # Docker image labels
labels: labels:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment