From 8c39712b9751f1ba25792d2114cbca6b348ce17d Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 27 Jul 2021 01:03:41 +0000 Subject: [PATCH] Update hygieiadoc/api Docker tag to v3.4.23 --- Dockerfile | 2 +- hardening_manifest.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba8b674..4113c7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/openjdk/openjdk8 ARG BASE_TAG=1.8.0 -FROM hygieiadoc/api:v3.4.22 as builder +FROM hygieiadoc/api:v3.4.23 as builder FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} EXPOSE 8080 diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 914ad25..d50c440 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -8,7 +8,7 @@ name: "opensource/hygieia/api" # The most specific version should be the first tag and will be shown # on ironbank.dsop.io tags: -- "v3.4.22" +- "v3.4.23" - "latest" # Build args passed to Dockerfile ARGs @@ -27,7 +27,7 @@ labels: org.opencontainers.image.url: "https://github.com/hygieia/api" ## Name of the distributing entity, organization or individual org.opencontainers.image.vendor: "opensource" - org.opencontainers.image.version: "v3.4.22" + org.opencontainers.image.version: "v3.4.23" ## Keywords to help with search (ex. "cicd,gitops,golang") mil.dso.ironbank.image.keywords: "hygieia, api" ## This value can be "opensource" or "commercial" @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- url: docker://docker.io/hygieiadoc/api@sha256:204141baaa97bd6fe740e86bad36e13623b7c994b1f722be4c36762d5cadead9 - tag: hygieiadoc/api:v3.4.22 +- url: docker://docker.io/hygieiadoc/api@sha256:877df01698b511ab0dabea294282f17e9caf26714a54713023d15faad2f16829 + tag: hygieiadoc/api:v3.4.23 -- GitLab