From 3ed23b79f89ffdae34073a8d4b873835ca7d4b0a Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Wed, 29 Jul 2026 11:43:20 +0000 Subject: [PATCH] Updating networking-console-plugin-container image to be consistent with ART for 4.16 Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/6eed4d23f86d7ee98ea9f921971b20daf0cda615/images/networking-console-plugin.yml --- Dockerfile.art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.art b/Dockerfile.art index d812cf65..15fdde08 100644 --- a/Dockerfile.art +++ b/Dockerfile.art @@ -1,5 +1,5 @@ # Builder container -FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-openshift-4.16 AS build +FROM registry.ci.openshift.org/ocp/builder:rhel-9-base-nodejs-22-openshift-4.16 AS build # Copy app source COPY . /opt/app-root/src/app