-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update base alpine image from 3.2 -> 3.3
- move ModLoad of tcp/udp input to beginning of conf file - load udp prior to tcp. avoids segfault (for unknown reason), but verified container now propery accepts both tcp and udp without segfault and forwards both to loggly
- Loading branch information
1 parent
6d2bf84
commit 3d8f3a9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
# | ||
################################################################# | ||
|
||
FROM alpine:3.2 | ||
FROM alpine:3.3 | ||
MAINTAINER Jonathan Short <[email protected]> | ||
|
||
RUN apk add --update rsyslog rsyslog-tls && rm -rf /var/cache/apk/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters