Use Caddy v0.9.5.
parent
f7794f4b69
commit
46d3a971b1
|
@ -30,7 +30,7 @@ RUN \
|
||||||
sed -i 's,\r,,g' /usr/local/bin/*
|
sed -i 's,\r,,g' /usr/local/bin/*
|
||||||
|
|
||||||
# Install Caddy itself
|
# Install Caddy itself
|
||||||
ARG CADDY_VERSION=master
|
ARG CADDY_VERSION=v0.9.5
|
||||||
RUN \
|
RUN \
|
||||||
echo "*** Fetching Caddy..." &&\
|
echo "*** Fetching Caddy..." &&\
|
||||||
git clone --recursive "https://github.com/mholt/caddy.git" \
|
git clone --recursive "https://github.com/mholt/caddy.git" \
|
||||||
|
|
Loading…
Reference in New Issue