diff --git a/docker/Dockerfile.frontend b/docker/Dockerfile.frontend index 73a6c2b..a5c05e6 100644 --- a/docker/Dockerfile.frontend +++ b/docker/Dockerfile.frontend @@ -22,7 +22,7 @@ COPY frontend/ ./frontend/ RUN cd frontend && pnpm run build # Production stage - using minimal nginx -FROM nginx:1.29.8-alpine +FROM nginx:1.30.0-alpine # Apply latest security patches from Alpine repos (Trivy: e.g. libpng/zlib) USER root