Skip to content

Commit

Permalink
Merge pull request #767 from hyperledger-labs/node-update-20.15.1
Browse files Browse the repository at this point in the history
Update ubi8 to nodejs20
  • Loading branch information
shoaebjindani authored Jul 12, 2024
2 parents 7f1642f + 42c1623 commit b685603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/console/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b685603

Please sign in to comment.