diff --git a/docker-bake.hcl b/docker-bake.hcl index e11f69d83..902c8d92b 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -123,7 +123,7 @@ variable "DEBIAN_RELEASE" { } variable "UBI9_TAG" { - default = "9.5-1736404036" + default = "9.5-1738814488" } # 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 efa87c79b..06c9f79f6 100644 --- a/rhel/ubi9/Dockerfile +++ b/rhel/ubi9/Dockerfile @@ -1,4 +1,4 @@ -ARG UBI9_TAG=9.5-1736404036 +ARG UBI9_TAG=9.5-1738814488 FROM registry.access.redhat.com/ubi9/ubi:"${UBI9_TAG}" AS jre-build SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]