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"