From 744db82eb45f0b1ef4e697489acf5a13361c1cd5 Mon Sep 17 00:00:00 2001 From: shu Date: Tue, 5 Feb 2019 07:27:30 +0000 Subject: [PATCH] update to alpine 3.9 and s6-overlay 1.21.8.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a30bd7d..dccf119 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.8 +FROM alpine:3.9 LABEL maintainer="Sebastian Hugentobler " -ENV S6_OVERLAY_VERSION=v1.21.7.0 +ENV S6_OVERLAY_VERSION=v1.21.8.0 RUN apk --no-cache add libressl syslog-ng RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /