From da956642854a9dc0837b28c9490b1045aee5df61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 16:25:52 +0200 Subject: [PATCH] build(deps): bump nginx from 1.29.6-alpine to 1.29.7-alpine in /maintenance (#9467) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- maintenance/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/Dockerfile b/maintenance/Dockerfile index 18bb0005b..fb7bbae08 100644 --- a/maintenance/Dockerfile +++ b/maintenance/Dockerfile @@ -48,7 +48,7 @@ RUN npx nuxt generate # ============================================================================== # Stage 5: Production (static site served by nginx) # ============================================================================== -FROM nginx:1.29.6-alpine AS production +FROM nginx:1.29.7-alpine AS production LABEL org.label-schema.name="ocelot.social:maintenance" LABEL org.label-schema.description="Maintenance page of the Social Network Software ocelot.social" LABEL org.label-schema.usage="https://github.com/Ocelot-Social-Community/Ocelot-Social/blob/master/README.md"