We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548aab2 commit a29ac35Copy full SHA for a29ac35
2 files changed
Dockerfile
@@ -2,8 +2,8 @@
2
3
# renovate: datasource=github-releases packageName=librenms/librenms versioning=semver
4
ARG LIBRENMS_VERSION="26.4.1"
5
-ARG ALPINE_VERSION="3.22"
6
-ARG SYSLOGNG_VERSION="4.8.3-r1"
+ARG ALPINE_VERSION="3.23"
+ARG SYSLOGNG_VERSION="4.10.2-r1"
7
8
FROM tianon/gosu:latest AS gosu
9
rootfs/etc/syslog-ng/syslog-ng.conf
@@ -1,4 +1,4 @@
1
-@version:4.8
+@version:4.10
options {
chain_hostnames(off);
@@ -8,7 +8,7 @@ options {
owner("root");
group("adm");
10
perm(0640);
11
- stats_freq(0);
+ stats(freq(0));
12
bad_hostname("^gconfd$");
13
};
14
0 commit comments