Skip to content

Commit a20eeeb

Browse files
chore(deps): update caddy docker tag to v2.9.1 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be73dbe commit a20eeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM caddy:2.8.4-builder-alpine AS builder
1+
FROM caddy:2.9.1-builder-alpine AS builder
22

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

5-
FROM caddy:2.8.4-alpine
5+
FROM caddy:2.9.1-alpine
66

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

0 commit comments

Comments
 (0)