Remove incompatible caddy-locale module
All checks were successful
Build Docker image / Build image (push) Successful in 1m58s
All checks were successful
Build Docker image / Build image (push) Successful in 1m58s
This only works in caddy v1
This commit is contained in:
parent
0af63ca44a
commit
2a11477529
2 changed files with 1 additions and 3 deletions
|
@ -3,8 +3,7 @@ ARG VERSION
|
|||
FROM caddy:${VERSION}-builder AS builder
|
||||
|
||||
RUN xcaddy build \
|
||||
--with github.com/caddy-dns/cloudflare \
|
||||
--with github.com/simia-tech/caddy-locale
|
||||
--with github.com/caddy-dns/cloudflare
|
||||
|
||||
FROM caddy:${VERSION}
|
||||
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
This is the Caddy build I use on my server. It contains these modules
|
||||
|
||||
* link:https://github.com/caddy-dns/cloudflare[Cloudflare DNS]
|
||||
* link:https://github.com/simia-tech/caddy-locale[Locale]
|
||||
|
|
Loading…
Reference in a new issue