From 1a5e037056800d0ee77d5b9705e35afb4db8cbd9 Mon Sep 17 00:00:00 2001 From: AOS Automation Release Team Date: Mon, 5 Apr 2021 23:09:39 +0000 Subject: [PATCH] Updating openshift-enterprise-console images to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/8da0f7688b9b29576ab447b6c65c09165cddc942/images/openshift-enterprise-console.yml --- Dockerfile.product | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.product b/Dockerfile.product index 207efa61f11..a253796d12c 100644 --- a/Dockerfile.product +++ b/Dockerfile.product @@ -11,7 +11,7 @@ RUN ./build-backend.sh ################################################## # # nodejs frontend build -FROM registry.ci.openshift.org/ocp/builder:ubi8.nodejs.14 AS nodebuilder +FROM registry.ci.openshift.org/ocp/builder:rhel-8-base-nodejs-openshift-4.8 AS nodebuilder ADD . .