From eae626112d366628ca30a503dfd8652e1dff303b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:13:08 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.30.0 --- docker/Dockerfile.frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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