push s6 overlay to v1.21.4.0

This commit is contained in:
Sebastian Hugentobler 2018-05-23 10:24:40 +00:00
parent 70f4cc5a2d
commit 01303fdff0

View File

@ -1,7 +1,7 @@
FROM alpine:3.7
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
ENV S6_OVERLAY_VERSION=v1.21.2.2
ENV S6_OVERLAY_VERSION=v1.21.4.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 / && \