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