diff --git a/Dockerfile b/Dockerfile index 8dad6a0..7c4eb93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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