From 2a11477529c8dc973345f5cd6bc80638ea7f1df0 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 12 May 2024 14:10:41 +0300 Subject: [PATCH] Remove incompatible caddy-locale module This only works in caddy v1 --- Dockerfile | 3 +-- README.adoc | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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]