update alpine to 3.6

This commit is contained in:
Sebastian Hugentobler 2017-07-28 10:06:40 +02:00
parent 0c5f6ebcef
commit 74cfefd051
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.5
FROM alpine:3.6
MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
ENV S6_OVERLAY_VERSION=v1.19.1.1

View File

@ -15,7 +15,7 @@ source s_local {
};
destination catchall {
file("/dev/stdout" template("${MSG}\n"));
pipe("/dev/stdout" template("${MSG}\n"));
};
log {