Skip to content

Commit 87d288b

Browse files
Bump UBI9 version to 9.7-1771346757 (#1164)
* 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>
1 parent 3bc0049 commit 87d288b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ variable "DEBIAN_RELEASE" {
6767
}
6868

6969
variable "UBI9_TAG" {
70-
default = "9.7-1770238273"
70+
default = "9.7-1771346757"
7171
}
7272

7373
# Set this value to a specific Windows version to override Windows versions to build returned by windowsversions function
@@ -251,7 +251,7 @@ function "windowsversions" {
251251
params = [flavor]
252252
result = (notequal(WINDOWS_VERSION_OVERRIDE, "")
253253
? [WINDOWS_VERSION_OVERRIDE]
254-
: ["ltsc2019", "ltsc2022"])
254+
: ["ltsc2019", "ltsc2022"])
255255
}
256256

257257
# Return array of agent type(s) to build

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.7-1770238273
1+
ARG UBI9_TAG=9.7-1771346757
22
FROM registry.access.redhat.com/ubi9/ubi:"${UBI9_TAG}" AS jre-build
33

44
SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]

0 commit comments

Comments
 (0)