Skip to content

Commit 4e06e73

Browse files
Bump RHEL version to 9.7-1770238273 (jenkinsci#2248)
* chore: Update default value of variable RHEL_TAG in docker-bake.hcl Made with ❤️️ by updatecli * chore: Update value of base image (ARG RHEL_TAG) in Dockerfile Made with ❤️️ by updatecli --------- Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hervé Le Meur <91831478+lemeurherve@users.noreply.github.com>
1 parent 73c533a commit 4e06e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ variable "DEBIAN_VERSION" {
7272
}
7373

7474
variable "RHEL_TAG" {
75-
default = "9.7-1769417801"
75+
default = "9.7-1770238273"
7676
}
7777

7878
variable "RHEL_RELEASE_LINE" {

rhel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RHEL_TAG=9.7-1769417801
1+
ARG RHEL_TAG=9.7-1770238273
22
ARG RHEL_RELEASE_LINE=ubi9
33
FROM registry.access.redhat.com/${RHEL_RELEASE_LINE}/ubi:${RHEL_TAG} AS jre-and-war
44

0 commit comments

Comments
 (0)