From ecb6aa83a53b2d86b0aaba827ac37802e9abf70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 4 Sep 2017 18:41:05 +0200 Subject: [PATCH] update caddy --- Dockerfile | 2 +- plugins.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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"