From 1500e45be44c91742beab5a452b00cdca2bb714d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 21:43:44 -0700 Subject: [PATCH] Bump UBI9 version to 9.5-1736404036 (#927) 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 83a69b526..288948442 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -123,7 +123,7 @@ variable "DEBIAN_RELEASE" { } variable "UBI9_TAG" { - default = "9.5-1734495538" + default = "9.5-1736404036" } # 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 c9aef05d7..efa87c79b 100644 --- a/rhel/ubi9/Dockerfile +++ b/rhel/ubi9/Dockerfile @@ -1,4 +1,4 @@ -ARG UBI9_TAG=9.5-1734495538 +ARG UBI9_TAG=9.5-1736404036 FROM registry.access.redhat.com/ubi9/ubi:"${UBI9_TAG}" AS jre-build SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]