From 581992184b4d58d916bf0f10796f18f19f79a823 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sat, 3 Aug 2019 00:54:20 +0800 Subject: [PATCH] Bump Caddy to 1.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f11cf40..fe603d2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM golang:1.12-alpine as build # args -ARG version="1.0.0" +ARG version="1.0.1" # add plugin import paths here separated by commas ARG plugins="" ARG telemetry="true"