Downgrade Caddy to 2.9.1

This commit is contained in:
2025-06-17 19:19:52 +05:30
parent 0cdb385792
commit 1cf62f117d
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
- '**/README.md'
env:
IMAGE_NAME: ryuupendragon/caddy-crowdsec
VERSION: 2.10.0
VERSION: 2.9.1
jobs:
docker-build-and-publish:

View File

@@ -1,8 +1,8 @@
FROM caddy:2.10.0-builder AS builder
FROM caddy:2.9.1-builder AS builder
RUN xcaddy build \
--with github.com/hslatman/caddy-crowdsec-bouncer/http
FROM caddy:2.10.0
FROM caddy:2.9.1
COPY --from=builder /usr/bin/caddy /usr/bin/caddy