diff --git a/Dockerfile b/Dockerfile index 16978ee..87bb01b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Jan Christian Grünhage ENV GOPATH=/gopath \ CADDY_REPO_OWNER=mholt \ CADDY_REPO_NAME=caddy \ - CADDY_BRANCH=tags/v0.10.4 \ + CADDY_BRANCH=tags/v0.10.7 \ CADDYPATH=/caddy \ UID=192 \ GID=192 diff --git a/plugins.txt b/plugins.txt index 5033c81..1217362 100644 --- a/plugins.txt +++ b/plugins.txt @@ -1 +1,4 @@ _ "github.com/abiosoft/caddy-git" + _ "github.com/caddyserver/forwardproxy" + _ "github.com/zikes/gopkg" + _ "github.com/miekg/caddy-prometheus"