From 31e3dccc00eefffb82e8bced38367f68d56d5c58 Mon Sep 17 00:00:00 2001 From: andriipanchuk Date: Thu, 5 Aug 2021 10:55:19 -0500 Subject: [PATCH] update tags --- Dockerfile | 2 +- hardening_manifest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9bf49b..2227b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/opensource/nodejs/nodejs16 -ARG BASE_TAG=16.5.0 +ARG BASE_TAG=16.6.0 FROM lovasoa/wbo:v1.14.6 as base diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index cd7ace3..26e6649 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/lovasoa/wbo" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v1.14.5" +- "v1.14.6" - "latest" # Build args passed to Dockerfile ARGs -- GitLab