From 42c16232a4c89c74edfd22627b6135b006375e99 Mon Sep 17 00:00:00 2001 From: Ketul Shah Date: Fri, 12 Jul 2024 12:18:36 +0530 Subject: [PATCH] Update ubi8 to nodejs20 Update ubi8 to nodejs20 registry.access.redhat.com/ubi8/nodejs-20 Signed-off-by: Ketul Shah --- docker/console/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/console/Dockerfile b/docker/console/Dockerfile index e6c6574a..411ac518 100644 --- a/docker/console/Dockerfile +++ b/docker/console/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/nodejs-18 as client +FROM registry.access.redhat.com/ubi8/nodejs-20 as client ENV STITCH_DIR=/home/stitch ENV APOLLO_DIR=/home/apollo @@ -52,7 +52,7 @@ RUN ls -l $APOLLO_DIR/build # ---------------------------- # ------- Server Setup ------- # ---------------------------- -FROM registry.access.redhat.com/ubi8/nodejs-18 as server +FROM registry.access.redhat.com/ubi8/nodejs-20 as server ENV STITCH_DIR=/home/stitch ENV APOLLO_DIR=/home/apollo ENV SERVER_HOME=/home/athena