diff --git a/Dockerfile b/Dockerfile index fed9458..f40cd5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . . RUN yarn build # Production image, copy all the files and run next -FROM nginx:1.20-alpine AS runner +FROM nginx:1.29-alpine AS runner WORKDIR /app COPY --from=builder /app/build /usr/share/nginx/html