Closed alx-xlx closed 2 weeks ago
Hello @alx-xlx
caddy dns requires caddy version 2.7.5 at least
https://github.com/caddy-dns/cloudflare/blob/89f16b99c18ef49c8bb470a82f895bce01cbaece/go.mod#L6
while sablier requires version 2.8.4 at least
Please change
ARG CADDY_VERSION=2.6.4
To
ARG CADDY_VERSION=2.8.4
Describe the bug I am trying to build the Dockerfile with cloudflare-dns and sablier plugins. And it fails saying I need caddy version 2.6.5 But the latest version is 2.6.4. Here is my Dockerfile
Context ERROR MESSAGE:
Expected behavior A clear and concise description of what you expected to happen.
Additional context I am using the following command to build.
docker build -t caddy-cloudflare-sablier:latest .