diff --git a/Dockerfile b/Dockerfile index 07d729b9dd87..30ef3b307acc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN pnpm build RUN pnpm export ## production environment -FROM nginx:1.24-alpine +FROM nginx:1.26.0-alpine COPY --from=builder ./app/nginx.conf /etc/nginx/ COPY --from=builder /app/out /usr/share/nginx/html