Skip to content

Commit 13fac5b

Browse files
authored
Merge pull request #1028 from jenkinsci/updatecli_master_1015d64ac36eb685269fb8ddd5fcb751b00c59c08292d3567fda46c9f9862ff3
Bump UBI9 version to 9.6-1753769805
2 parents effeead + 463ce9e commit 13fac5b

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
@@ -105,7 +105,7 @@ variable "DEBIAN_RELEASE" {
105105
}
106106

107107
variable "UBI9_TAG" {
108-
default = "9.6-1752625787"
108+
default = "9.6-1753769805"
109109
}
110110

111111
# 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.6-1752625787
1+
ARG UBI9_TAG=9.6-1753769805
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)