From 5f3ce66f483129332352b5222e5b1b185f70619d Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:40:58 +0000 Subject: [PATCH] Update registry.redhat.io/rhel9/rhel-bootc Docker tag to v9.5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- docs/config/Containerfile.bootc-rhel9 | 2 +- packaging/imagemode/Containerfile_416 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config/Containerfile.bootc-rhel9 b/docs/config/Containerfile.bootc-rhel9 index 6dd5056424..a832db7835 100644 --- a/docs/config/Containerfile.bootc-rhel9 +++ b/docs/config/Containerfile.bootc-rhel9 @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9/rhel-bootc:9.4 +FROM registry.redhat.io/rhel9/rhel-bootc:9.5 ARG USHIFT_VER=4.16 RUN dnf config-manager \ diff --git a/packaging/imagemode/Containerfile_416 b/packaging/imagemode/Containerfile_416 index 03a65240fc..19543e30fa 100644 --- a/packaging/imagemode/Containerfile_416 +++ b/packaging/imagemode/Containerfile_416 @@ -1,4 +1,4 @@ -FROM registry.redhat.io/rhel9/rhel-bootc:9.4 +FROM registry.redhat.io/rhel9/rhel-bootc:9.5 ARG USHIFT_VER=4.16 RUN dnf config-manager \