From 8dffd7b4d4e2e3ed20fb25afd30b55716ac725eb Mon Sep 17 00:00:00 2001 From: renovate Date: Sat, 13 Feb 2021 01:02:39 +0000 Subject: [PATCH] Update tchiotludo/akhq Docker tag to v0.17.0 --- Dockerfile | 2 +- hardening_manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6bba93b..0591d03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io/ironbank ARG BASE_IMAGE=redhat/openjdk/openjdk11 ARG BASE_TAG=1.11 -FROM tchiotludo/akhq:0.16.0 as base +FROM tchiotludo/akhq:0.17.0 as base FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 41f861d..31208b1 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -37,8 +37,8 @@ labels: # List of resources to make available to the offline build context resources: -- tag: tchiotludo/akhq:0.16.0 - url: docker://docker.io/tchiotludo/akhq@sha256:44e00630f95b0a42c716f635b94cd53a7185aa6626502839f8afa8d8b35bf576 +- tag: tchiotludo/akhq:0.17.0 + url: docker://docker.io/tchiotludo/akhq@sha256:22d80b063232ca4d770be4e4c28b732c693827228652131125ab95271608268c # List of project maintainers maintainers: -- GitLab