diff --git a/Dockerfile b/Dockerfile index bdc0fc7..5a4ccfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.8-alpine MAINTAINER Peter Teich -ENV CADDY_VERSION 0.10.9 +ENV CADDY_VERSION 0.10.10 RUN set -x \ && apk update && apk add --no-cache --upgrade \