From a1edcbfd3f5d6c9178b7608912688330e4a93927 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:09:17 -0600 Subject: [PATCH] Bump RHEL version to 9.8-1782841664 (#2391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update value of base image (ARG RHEL_TAG) in Dockerfile Made with ❤️️ by updatecli * chore: Update default value of variable RHEL_TAG in docker-bake.hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- docker-bake.hcl | 2 +- rhel/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index e330f19fb4..d09c30ea60 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -68,7 +68,7 @@ variable "DEBIAN_VERSION" { } variable "RHEL_TAG" { - default = "9.8-1779808651" + default = "9.8-1782841664" } variable "RHEL_RELEASE_LINE" { diff --git a/rhel/Dockerfile b/rhel/Dockerfile index 6ade9f3c57..f1db24f9ef 100644 --- a/rhel/Dockerfile +++ b/rhel/Dockerfile @@ -1,4 +1,4 @@ -ARG RHEL_TAG=9.8-1779808651 +ARG RHEL_TAG=9.8-1782841664 ARG RHEL_RELEASE_LINE=ubi9 FROM registry.access.redhat.com/${RHEL_RELEASE_LINE}/ubi:${RHEL_TAG} AS jre-and-war