From 2048a626d575ce438490e6ab530d53755c4b2c89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:50:00 +0000 Subject: [PATCH] Bump UBI9 version to 9.5-1734495538 (#921) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update the default value of the variable UBI9_TAG in the docke... ... r-bake.hcl Made with ❤️️ by updatecli * chore: Update the value of the base image (ARG UBI9_TAG) in the Docke... ... rfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> --- docker-bake.hcl | 2 +- rhel/ubi9/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index d7bc995a0..27ea85461 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -123,7 +123,7 @@ variable "DEBIAN_RELEASE" { } variable "UBI9_TAG" { - default = "9.5-1734081738" + default = "9.5-1734495538" } # Set this value to a specific Windows version to override Windows versions to build returned by windowsversions function diff --git a/rhel/ubi9/Dockerfile b/rhel/ubi9/Dockerfile index 54c8e42ac..c9aef05d7 100644 --- a/rhel/ubi9/Dockerfile +++ b/rhel/ubi9/Dockerfile @@ -1,4 +1,4 @@ -ARG UBI9_TAG=9.5-1734081738 +ARG UBI9_TAG=9.5-1734495538 FROM registry.access.redhat.com/ubi9/ubi:"${UBI9_TAG}" AS jre-build SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]