Skip to content

Commit b74ba5e

Browse files
authored
Merge pull request #8 from PeerPrep/update-node
Update node to latest LTS
2 parents 81580d6 + 56ab337 commit b74ba5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/Dockerfile-frontend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker build -f deployment/Dockerfile-frontend -t peerprep-frontend .
33

44
# Intermediate image for building the Next app
5-
FROM node:16.13.0
5+
FROM node:18.17.1
66

77
# Environment variables
88
ENV APP_ROOT /frontend

frontend/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.13.0
1+
v18.17.1

0 commit comments

Comments
 (0)