UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit ea432f9a authored by Boney Jose's avatar Boney Jose
Browse files

base image to nodejs14

parent 7ad830c1
No related branches found
No related tags found
2 merge requests!2Development to Master,!1Bjose dev
Pipeline #886969 passed with warnings
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs10
ARG BASE_TAG=latest
ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs14
ARG BASE_TAG=14.20.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as njs
ENV container oci
......
......@@ -8,9 +8,8 @@ tags:
- "latest"
args:
BASE_IMAGE: "opensource/nodejs/nodejs10"
BASE_TAG: "latest"
BASE_IMAGE: "opensource/nodejs/nodejs14"
BASE_TAG: "14.20.0"
# Docker image labels
labels:
# Name of the image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment