-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump Caddy to 2.8.4 * Update README.md
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
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,6 +1,6 @@ | ||
FROM --platform=$TARGETPLATFORM caddy:2-builder AS caddy | ||
ARG CADDY_MWCACHE_COMMIT=9e9ac234170400406c6a328bbaaaa4c95e05bd73 | ||
|
||
RUN XCADDY_DEBUG=1 xcaddy build v2.7.5 \ | ||
RUN XCADDY_DEBUG=1 xcaddy build v2.8.4 \ | ||
--with github.com/caddy-dns/route53 \ | ||
--with "github.com/femiwiki/caddy-mwcache@${CADDY_MWCACHE_COMMIT}" |
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 |
---|---|---|
|
@@ -2,4 +2,8 @@ | |
|
||
Route53와 caddy-mwcache 패키지를 설치한 Caddy를 빌드한다. | ||
|
||
## v1.1.0 | ||
|
||
- Bump Caddy to v2.8.4 | ||
|
||
## v1.0.0 |