From 2e01cf54577c98a997c28cba2fd69b4a6420548e Mon Sep 17 00:00:00 2001 From: Joshua Eason Date: Thu, 29 Jul 2021 20:38:31 +0000 Subject: [PATCH] Update hardening_manifest.yaml --- hardening_manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2c06d02..3ffc003 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/apache/apache-ant19-openjdk-11" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "1.9.15" +- "1.9.16" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://ant.apache.org/" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "Apache" - org.opencontainers.image.version: "1.9.15" + org.opencontainers.image.version: "1.9.16" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "Apache" ## This value can be "opensource" or "commercial" -- GitLab