Skip to content

Commit

Permalink
Bump UBI9 version to 9.5-1734495538 (#921)
Browse files Browse the repository at this point in the history
* chore: Update the default value of the variable UBI9_TAG in the docke...

... r-bake.hcl

Made with ❤️️ by updatecli

* chore: Update the value of the base image (ARG UBI9_TAG) in the Docke...

... rfile

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent f3a16ea commit 2048a62
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-1734081738"
default = "9.5-1734495538"
}

# 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-1734081738
ARG UBI9_TAG=9.5-1734495538
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 2048a62

Please sign in to comment.