From 1e25d82823f8ffab8d610329eac7f32229c4b596 Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Tue, 20 May 2025 12:16:46 +0200 Subject: [PATCH] chore: deps(ironbank): Bump ubi version to 9.6 (#128171) (#128184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli (cherry picked from commit 2d09714260a05abbd2152b23922b5c3fd58c2ce3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- distribution/docker/src/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/docker/src/docker/Dockerfile b/distribution/docker/src/docker/Dockerfile index 37319e95a597..917eb37cc682 100644 --- a/distribution/docker/src/docker/Dockerfile +++ b/distribution/docker/src/docker/Dockerfile @@ -22,7 +22,7 @@ <% if (docker_base == 'iron_bank') { %> ARG BASE_REGISTRY=registry1.dso.mil ARG BASE_IMAGE=ironbank/redhat/ubi/ubi9 -ARG BASE_TAG=9.5 +ARG BASE_TAG=9.6 <% } %> ################################################################################