push s6 to version v1.22.0.0

This commit is contained in:
Sebastian Hugentobler 2019-02-25 07:53:53 +00:00
parent bb3ec6fe08
commit 21f048ffb6

View File

@ -1,10 +1,10 @@
FROM alpine:3.9 FROM alpine:3.9
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>" LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
ENV S6_OVERLAY_VERSION=v1.21.8.0 ENV S6_OVERLAY_VERSION=v1.22.0.0
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8
RUN apk --no-cache add libressl syslog-ng RUN apk --no-cache add 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 / RUN wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C /
RUN apk --no-cache upgrade RUN apk --no-cache upgrade