-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/caddyserver/caddy/v2 from 2.8.4 to 2.9.1 (#106)
- Loading branch information
1 parent
65f9bf4
commit 505a040
Showing
3 changed files
with
220 additions
and
61 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM caddy:2.8.4-builder AS builder | ||
FROM caddy:2.9.1-builder AS builder | ||
|
||
RUN xcaddy build v2.8.4 \ | ||
RUN xcaddy build v2.9.1 \ | ||
--with github.com/caddy-dns/[email protected] | ||
|
||
FROM caddy:2.8.4 | ||
FROM caddy:2.9.1 | ||
|
||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy | ||
RUN /usr/bin/caddy version | ||
|
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
Oops, something went wrong.