Skip to content

Commit

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

Bump UBI9 version to 9.5-1738814488
  • Loading branch information
dduportal authored Feb 10, 2025
2 parents 2eac4de + a21958d commit 2252b25
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.5-1736404036"
default = "9.5-1738814488"
}

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

Expand Down

0 comments on commit 2252b25

Please sign in to comment.