Skip to content

Commit f3a16ea

Browse files
Bump UBI9 version to 9.5-1734081738 (#920)
* chore: Update the value of the base image (ARG UBI9_TAG) in the Docke... ... rfile Made with ❤️️ by updatecli * chore: Update the default value of the variable UBI9_TAG in the docke... ... r-bake.hcl Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9c33bc commit f3a16ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ variable "DEBIAN_RELEASE" {
123123
}
124124

125125
variable "UBI9_TAG" {
126-
default = "9.5-1732804088"
126+
default = "9.5-1734081738"
127127
}
128128

129129
# Set this value to a specific Windows version to override Windows versions to build returned by windowsversions function

rhel/ubi9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UBI9_TAG=9.5-1732804088
1+
ARG UBI9_TAG=9.5-1734081738
22
FROM registry.access.redhat.com/ubi9/ubi:"${UBI9_TAG}" AS jre-build
33
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
44

0 commit comments

Comments
 (0)