diff --git a/Dockerfile b/Dockerfile index ce1726e..9f3f7ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ +ARG CADDY_VERSION + # Stage 1: Build Caddy with the Cloudflare DNS plugin FROM caddy:builder AS builder