update alpine to 3.6
This commit is contained in:
parent
0c5f6ebcef
commit
74cfefd051
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.5
|
FROM alpine:3.6
|
||||||
MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
|
MAINTAINER Sebastian Hugentobler <sebastian@vanwa.ch>
|
||||||
|
|
||||||
ENV S6_OVERLAY_VERSION=v1.19.1.1
|
ENV S6_OVERLAY_VERSION=v1.19.1.1
|
||||||
|
@ -15,7 +15,7 @@ source s_local {
|
|||||||
};
|
};
|
||||||
|
|
||||||
destination catchall {
|
destination catchall {
|
||||||
file("/dev/stdout" template("${MSG}\n"));
|
pipe("/dev/stdout" template("${MSG}\n"));
|
||||||
};
|
};
|
||||||
|
|
||||||
log {
|
log {
|
||||||
|
Loading…
Reference in New Issue
Block a user