push alpine to version 3.7

This commit is contained in:
Sebastian Hugentobler 2018-01-29 13:12:14 +01:00
parent bcc0942ba3
commit 7a57819176

View File

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