Skip to content

Commit

Permalink
Merge pull request #789 from classtranscribe/Updatetonode18
Browse files Browse the repository at this point in the history
UpdateToNode18
  • Loading branch information
angrave committed Jun 8, 2024
2 parents 0f03139 + efb9dae commit 67f212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ----------------------------------------------------------------------
# COMPILE REACT APP
# ----------------------------------------------------------------------
FROM node:16 AS frontend
FROM node:18 AS frontend

WORKDIR /frontend

Expand Down

0 comments on commit 67f212a

Please sign in to comment.