diff --git a/Dockerfile b/Dockerfile index 19cc775..33b65d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} diff --git a/README.adoc b/README.adoc index 67c5c25..fe4b746 100644 --- a/README.adoc +++ b/README.adoc @@ -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]