Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "DEBIAN_VERSION" {
}

variable "RHEL_TAG" {
default = "9.8-1781496985"
default = "9.8-1779808651"
}

variable "RHEL_RELEASE_LINE" {
Expand Down
2 changes: 1 addition & 1 deletion rhel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG RHEL_TAG=9.8-1781496985
ARG RHEL_TAG=9.8-1779808651
ARG RHEL_RELEASE_LINE=ubi9
FROM registry.access.redhat.com/${RHEL_RELEASE_LINE}/ubi:${RHEL_TAG} AS jre-and-war

Expand Down