From ea6f6cc96b207d8503a10cbe014e51d476aeb539 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 6 May 2018 14:27:04 +0800 Subject: [PATCH] Bump to 0.10.14 and go 1.10 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index debd016..14788aa 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # # Build stage by @abiosoft https://github.com/abiosoft/caddy-docker # -FROM golang:1.9-alpine as build +FROM golang:1.10-alpine as build -ARG version="0.10.11" +ARG version="0.10.14" ARG plugins="" RUN apk add --no-cache git