From 432110628595ee39075a61bc1adaba5066977b22 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 14 Nov 2018 08:31:11 +0100 Subject: [PATCH] Upgrade to Caddy 0.11.1 and Go 1.11 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9f93b8..9239e68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM golang:1.10-alpine +FROM golang:1.11-alpine MAINTAINER Peter Teich -ENV CADDY_VERSION 0.11.0 +ENV CADDY_VERSION 0.11.1 RUN set -x \ && apk update && apk add --no-cache --upgrade \ @@ -22,7 +22,7 @@ FROM alpine:latest LABEL maintainer="peter.teich@gmail.com" LABEL description="Caddy with integrated TLS Consul Storage plugin" -ENV DUMBINIT_VERSION 1.2.0 +ENV DUMBINIT_VERSION 1.2.2 ENV CADDYPATH /.caddy RUN set -x \