We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239d05b commit 5c406fdCopy full SHA for 5c406fd
Dockerfile
@@ -3,7 +3,7 @@ LABEL maintainer="[email protected]"
3
# webproc release settings
4
ENV WEBPROC_VERSION 0.2.2
5
ENV WEBPROC_URL https://github.com/jpillora/webproc/releases/download/$WEBPROC_VERSION/webproc_linux_amd64.gz
6
-ENV CADDY_VERSION 0.11.1
+ENV CADDY_VERSION 2.1.1
7
ENV CADDY_URL https://github.com/mholt/caddy/releases/download/v${CADDY_VERSION}/caddy_v${CADDY_VERSION}_linux_amd64.tar.gz
8
# fetch caddy and webproc binary (rely on ca root certs signing github.com for security)
9
RUN set -e && set -x
0 commit comments