Skip to content

Commit

Permalink
build(frontend): 🔧 update node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Oct 8, 2023
1 parent 8529cf3 commit 96b072d
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
Expand Up @@ -19,7 +19,7 @@ RUN [ "npm", "run", "build" ]

##########################################################################################

FROM node:10 AS frontend-builder
FROM node:20 AS frontend-builder

# Create app directory
WORKDIR /tmp/
Expand Down

0 comments on commit 96b072d

Please sign in to comment.