From 08aef50ca4e86d891708fd16377a2b306dc58a8c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:02:08 +0000 Subject: [PATCH 1/2] chore: Update value of base image (ARG RHEL_TAG) in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- rhel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel/Dockerfile b/rhel/Dockerfile index ccbb11b891..7641289d1e 100644 --- a/rhel/Dockerfile +++ b/rhel/Dockerfile @@ -1,4 +1,4 @@ -ARG RHEL_TAG=9.8-1781496985 +ARG RHEL_TAG=9.8-1779808651 ARG RHEL_RELEASE_LINE=ubi9 FROM registry.access.redhat.com/${RHEL_RELEASE_LINE}/ubi:${RHEL_TAG} AS jre-and-war From 9f9edf754f3bd6c282a10a38aa078c4b004f01b9 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:02:08 +0000 Subject: [PATCH 2/2] chore: Update default value of variable RHEL_TAG in docker-bake.hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index c2b518821c..4cd1d78d5f 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -68,7 +68,7 @@ variable "DEBIAN_VERSION" { } variable "RHEL_TAG" { - default = "9.8-1781496985" + default = "9.8-1779808651" } variable "RHEL_RELEASE_LINE" {