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 13, 2023
1 parent 59f7ce1 commit f5621f8
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 @@ -17,7 +17,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o /bin/app .

# Stage 2: Build the Frontend
FROM node:14 AS frontend
FROM node:18 AS frontend

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

0 comments on commit f5621f8

Please sign in to comment.