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"]