Skip to content

Commit b685603

Browse files
Merge pull request #767 from hyperledger-labs/node-update-20.15.1
Update ubi8 to nodejs20
2 parents 7f1642f + 42c1623 commit b685603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/console/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/nodejs-18 as client
1+
FROM registry.access.redhat.com/ubi8/nodejs-20 as client
22
ENV STITCH_DIR=/home/stitch
33
ENV APOLLO_DIR=/home/apollo
44

@@ -52,7 +52,7 @@ RUN ls -l $APOLLO_DIR/build
5252
# ----------------------------
5353
# ------- Server Setup -------
5454
# ----------------------------
55-
FROM registry.access.redhat.com/ubi8/nodejs-18 as server
55+
FROM registry.access.redhat.com/ubi8/nodejs-20 as server
5656
ENV STITCH_DIR=/home/stitch
5757
ENV APOLLO_DIR=/home/apollo
5858
ENV SERVER_HOME=/home/athena

0 commit comments

Comments
 (0)