From 7a5781917661399c2ce705953bb6c846bc72a27a Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Mon, 29 Jan 2018 13:12:14 +0100 Subject: [PATCH] push alpine to version 3.7 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ed209bb..23c705e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.6 +FROM alpine:3.7 MAINTAINER Sebastian Hugentobler -ENV S6_OVERLAY_VERSION=v1.20.0.0 +ENV S6_OVERLAY_VERSION=v1.21.2.2 RUN apk --no-cache add libressl syslog-ng incron && \ wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \