Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Atif Ather <[email protected]>
  • Loading branch information
atifather authored Dec 14, 2023
1 parent 2f89539 commit 65e5402
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,5 +1,5 @@
# Stage 1: Build the Frontend
FROM node:14 AS frontend
FROM node:18.14.1 AS frontend

# Set the working directory for the frontend
WORKDIR /app
Expand Down

0 comments on commit 65e5402

Please sign in to comment.