From a49b019ce539d120b5a6db008459a23b2be54e27 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 3 Jun 2026 07:48:35 +0000 Subject: [PATCH] Updating monitoring-plugin-container image to be consistent with ART for 4.19 Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/9a4143acad5cf07ebde5c201677df5efb2fc4f4b/images/monitoring-plugin.yml --- Dockerfile.art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.art b/Dockerfile.art index 46e09c1d1..b5d9eb75f 100644 --- a/Dockerfile.art +++ b/Dockerfile.art @@ -12,7 +12,7 @@ ENV HUSKY=0 ENV CYPRESS_INSTALL_BINARY=0 RUN make install-frontend-ci && make build-frontend -FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS go-builder +FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.19 AS go-builder COPY $REMOTE_SOURCES $REMOTE_SOURCES_DIR WORKDIR $REMOTE_SOURCES_DIR/cachito-gomod-with-deps/app