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