Skip to content

Commit 32bc448

Browse files
Merge pull request #38 from SlothCroissant/dependabot/docker/caddy-2.9.1
Bump caddy from 2.8.4 to 2.9.1
2 parents e3d7c41 + d4b7e33 commit 32bc448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM caddy:2.8.4-builder AS builder
1+
FROM caddy:2.9.1-builder AS builder
22

33
RUN xcaddy build \
44
--with github.com/caddy-dns/cloudflare
55

6-
FROM caddy:2.8.4
6+
FROM caddy:2.9.1
77

88
COPY --from=builder /usr/bin/caddy /usr/bin/caddy

0 commit comments

Comments
 (0)