From 2d995a756bf6fd3ac1cc776c6107d858f4ed44d4 Mon Sep 17 00:00:00 2001 From: Frank Kong <50030060+Zaperex@users.noreply.github.com> Date: Wed, 13 May 2026 15:16:40 -0400 Subject: [PATCH] chore: revert back to nodejs 22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a666009..5ceef5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/nodejs-24-minimal:9.7-1778116980 +FROM registry.access.redhat.com/ubi9/nodejs-22-minimal:9.7-1778676353 # Runtime requirements and usage documentation LABEL description="RHDH Dynamic Plugin Factory - Build and package Backstage plugins" \