From 8184252dbb090d5fefe6ea6a3f7b654fc2e2208b Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 27 Nov 2018 08:28:45 +0100 Subject: [PATCH] update docker repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 92eda9c..e5e15e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.8 LABEL maintainer="Sebastian Hugentobler " -ENV S6_OVERLAY_VERSION=v1.21.4.0 +ENV S6_OVERLAY_VERSION=v1.21.7.0 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 / && \