Skip to content

Commit 5c406fd

Browse files
authored
Update Dockerfile
1 parent 239d05b commit 5c406fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LABEL maintainer="[email protected]"
33
# webproc release settings
44
ENV WEBPROC_VERSION 0.2.2
55
ENV WEBPROC_URL https://github.com/jpillora/webproc/releases/download/$WEBPROC_VERSION/webproc_linux_amd64.gz
6-
ENV CADDY_VERSION 0.11.1
6+
ENV CADDY_VERSION 2.1.1
77
ENV CADDY_URL https://github.com/mholt/caddy/releases/download/v${CADDY_VERSION}/caddy_v${CADDY_VERSION}_linux_amd64.tar.gz
88
# fetch caddy and webproc binary (rely on ca root certs signing github.com for security)
99
RUN set -e && set -x

0 commit comments

Comments
 (0)