-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Caddy has resolved their upstream packaging issues, and locking to version 2.7.2 has caused unexpected issues. For now, use the latest version until a more elegant solution can be developed.
- Loading branch information
1 parent
370a354
commit 1d2fe7f
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
FROM caddy:2.7.2-builder-alpine AS builder | ||
FROM caddy:builder AS builder | ||
|
||
RUN xcaddy build \ | ||
--with github.com/caddy-dns/cloudflare@a9d3ae2690a1d232bc9f8fc8b15bd4e0a6960eec | ||
--with github.com/caddy-dns/cloudflare | ||
|
||
FROM caddy:2.7.2 | ||
FROM caddy:latest | ||
|
||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy | ||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy |