Skip to content

Commit

Permalink
Merge pull request #913 from jenkinsci/updatecli_master_1015d64ac36eb…
Browse files Browse the repository at this point in the history
…685269fb8ddd5fcb751b00c59c08292d3567fda46c9f9862ff3

Bump UBI9 version to 9.5-1732804088
  • Loading branch information
dduportal authored Dec 2, 2024
2 parents 326d162 + 677943b commit ec6deaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ variable "DEBIAN_RELEASE" {
}

variable "UBI9_TAG" {
default = "9.4-1214.1729773476"
default = "9.5-1732804088"
}

# Set this value to a specific Windows version to override Windows versions to build returned by windowsversions function
Expand Down
2 changes: 1 addition & 1 deletion rhel/ubi9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UBI9_TAG=9.4-1214.1729773476
ARG UBI9_TAG=9.5-1732804088
FROM registry.access.redhat.com/ubi9/ubi:"${UBI9_TAG}" AS jre-build
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit ec6deaf

Please sign in to comment.