diff --git a/Dockerfile b/Dockerfile index 7e55d83..fcb29e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN go build -o /go/bin/server ############################ # Build frontend ############################ -FROM node:16.16.0-alpine AS frontendbuilder +FROM node:19.7.0-alpine AS frontendbuilder COPY frontend /app WORKDIR /app