update docker repo

This commit is contained in:
Sebastian Hugentobler 2018-11-27 08:28:45 +01:00
parent f18108452f
commit 8184252dbb

View File

@ -1,7 +1,7 @@
FROM alpine:3.8 FROM alpine:3.8
LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>" LABEL maintainer="Sebastian Hugentobler <sebastian@vanwa.ch>"
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 && \ 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 / && \ wget -qO- https://github.com/just-containers/s6-overlay/releases/download/$S6_OVERLAY_VERSION/s6-overlay-amd64.tar.gz | tar -xz -C / && \