From 1d855d2ae6d6db996c2368f9c5b45b19acb687ea Mon Sep 17 00:00:00 2001 From: Joel Takvorian Date: Mon, 27 Oct 2025 10:44:49 +0100 Subject: [PATCH] Update pf4 base image --- Dockerfile.downstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.downstream b/Dockerfile.downstream index 39e5ebc2d..4ab17f517 100644 --- a/Dockerfile.downstream +++ b/Dockerfile.downstream @@ -1,7 +1,7 @@ ARG BUILDVERSION ARG BUILDVERSION_Y -FROM registry.access.redhat.com/ubi9/nodejs-18:9.6-1749709214 as web-builder +FROM registry.access.redhat.com/ubi9/nodejs-22:9.6-1759119998 as web-builder WORKDIR /opt/app-root