We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f1642f + 42c1623 commit b685603Copy full SHA for b685603
docker/console/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi8/nodejs-18 as client
+FROM registry.access.redhat.com/ubi8/nodejs-20 as client
2
ENV STITCH_DIR=/home/stitch
3
ENV APOLLO_DIR=/home/apollo
4
@@ -52,7 +52,7 @@ RUN ls -l $APOLLO_DIR/build
52
# ----------------------------
53
# ------- Server Setup -------
54
55
-FROM registry.access.redhat.com/ubi8/nodejs-18 as server
+FROM registry.access.redhat.com/ubi8/nodejs-20 as server
56
57
58
ENV SERVER_HOME=/home/athena
0 commit comments