From 5c08991b3336b71fef7c291db20d09ca265503dd Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 3 Jun 2026 07:01:07 +0000 Subject: [PATCH] Updating openshift-enterprise-builder-container image to be consistent with ART for 4.19 Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/9a4143acad5cf07ebde5c201677df5efb2fc4f4b/images/openshift-enterprise-builder.yml --- Dockerfile.rhel8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rhel8 b/Dockerfile.rhel8 index f995a72655..7311029d0e 100644 --- a/Dockerfile.rhel8 +++ b/Dockerfile.rhel8 @@ -1,4 +1,4 @@ -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.19 AS builder WORKDIR /go/src/github.com/openshift/builder COPY . . RUN hack/build.sh