Skip to content

Commit

Permalink
Bump node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-byster committed Feb 22, 2024
1 parent fa38e5f commit d245c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.0.0
FROM node:20.0.0

WORKDIR '/var/www/app'
# Install app dependencies
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15.14.0
FROM node:20.0.0

WORKDIR '/var/www/app'
# Install app dependencies
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:15.14.0
FROM node:20.0.0

WORKDIR '/var/www/app'
# Install app dependencies
Expand Down

0 comments on commit d245c5e

Please sign in to comment.