From 6da16d75460f070e150ef16a65af16d7cf4be7e1 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 24 Mar 2019 23:08:09 +0800 Subject: [PATCH] Bump Go version --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28723bf..4a10142 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ # # Build stage by @abiosoft https://github.com/abiosoft/caddy-docker # -FROM golang:1.10-alpine as build +FROM golang:1.12-alpine as build # args ARG version="0.11.5" +# add plugins here separated by commas ARG plugins="" # deps