chore(deps): update caddy docker tag to v2.10.2

This commit is contained in:
renovate[bot]
2026-02-13 08:01:28 +00:00
committed by GitHub
parent 36663e63ec
commit d1ac19b910

View File

@@ -1,5 +1,5 @@
# Build stage with xcaddy # Build stage with xcaddy
FROM caddy:2.10.0-builder AS builder FROM caddy:2.10.2-builder AS builder
# Install xcaddy and build Caddy with plugins # Install xcaddy and build Caddy with plugins
RUN xcaddy build \ RUN xcaddy build \
@@ -14,7 +14,7 @@ RUN apk add --no-cache git && \
mv /coreruleset/crs-setup.conf.example /coreruleset/crs-setup.conf mv /coreruleset/crs-setup.conf.example /coreruleset/crs-setup.conf
# Final stage # Final stage
FROM caddy:2.10.0 FROM caddy:2.10.2
# Copy custom Caddy binary # Copy custom Caddy binary
COPY --from=builder /usr/bin/caddy /usr/bin/caddy COPY --from=builder /usr/bin/caddy /usr/bin/caddy