Skip to content

Commit

Permalink
build(deps): Bump caddy from 2.8.4 to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IAreKyleW00t committed Jan 10, 2025
1 parent aea9a33 commit f9c8131
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
FROM caddy:2.8.4-builder AS builder
FROM caddy:2.9.1-builder AS builder
RUN xcaddy build \
--with github.com/caddy-dns/cloudflare

FROM caddy:2.8.4 AS caddy
FROM caddy:2.9.1 AS caddy
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ The following tags are the latest available for the
`iarekylew00t/caddy-cloudflare` image.

<!--START-TAGS-->

- [`latest`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2.8.4)
- [`2.8.4`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2.8.4)
- [`2.8`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2.8)
- [`latest`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2.9.1)
- [`2.9.1`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2.9.1)
- [`2.9`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2.9)
- [`2`](https://github.com/IAreKyleW00t/docker-caddy-cloudflare/tree/v2)
<!--END-TAGS-->

Expand Down

0 comments on commit f9c8131

Please sign in to comment.