diff --git a/Dockerfile b/Dockerfile index 59929d1..10eef84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN \ sed -i 's,\r,,g' /usr/local/bin/* # Install Caddy itself -ARG CADDY_VERSION=master +ARG CADDY_VERSION=v0.9.5 RUN \ echo "*** Fetching Caddy..." &&\ git clone --recursive "https://github.com/mholt/caddy.git" \