From f15e408a4e14a92fe044175aac09dcdeaf15b2a9 Mon Sep 17 00:00:00 2001 From: Tobias Bradtke Date: Tue, 19 Jan 2016 02:33:30 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af46014..0ee1bc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM alpine:3.2 +FROM alpine:3.3 RUN apk add --update curl \ && rm -rf /var/cache/apk/* -# ENV CADDY_VERSION 0.8 +# ENV CADDY_VERSION 0.8.1 ENV CADDY_FEATURES "" #^ "cors,git,hugo,ipfilter,jsonp,search"