Skip to content

Commit

Permalink
update caddy to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zuohuadong authored Apr 21, 2017
1 parent a5adf85 commit bdc6ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions caddy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.4

MAINTAINER Eric Pfeiffer <[email protected]>

ENV caddy_version=0.9.5
ENV caddy_version=0.10.0

LABEL caddy_version="$caddy_version" architecture="amd64"

Expand All @@ -12,7 +12,7 @@ RUN apk update \

RUN curl --silent --show-error --fail --location \
--header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o - \
"https://caddyserver.com/download/build?os=linux&arch=amd64&features=cloudflare%2Cdigitalocean%2Cdnsimple%2Cdyn%2Cgooglecloud%2Clinode%2Croute53" \
"https://caddyserver.com/download/linux/amd64?plugins=http.cgi,http.filemanager,http.git,tls.dns.cloudflare,tls.dns.digitalocean,tls.dns.dnsimple,tls.dns.dyn,tls.dns.googlecloud,tls.dns.linode,tls.dns.route53" \
| tar --no-same-owner -C /usr/bin/ -xz caddy \
&& mv /usr/bin/caddy /usr/bin/caddy \
&& chmod 0755 /usr/bin/caddy
Expand All @@ -21,4 +21,4 @@ EXPOSE 80 443 2015

WORKDIR /var/www/public

CMD ["/usr/bin/caddy", "-conf", "/etc/Caddyfile"]
CMD ["/usr/bin/caddy", "-conf", "/etc/Caddyfile"]

0 comments on commit bdc6ea8

Please sign in to comment.