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

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