Skip to content

Commit a29ac35

Browse files
committed
Alpine Linux 3.23
1 parent 548aab2 commit a29ac35

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# renovate: datasource=github-releases packageName=librenms/librenms versioning=semver
44
ARG LIBRENMS_VERSION="26.4.1"
5-
ARG ALPINE_VERSION="3.22"
6-
ARG SYSLOGNG_VERSION="4.8.3-r1"
5+
ARG ALPINE_VERSION="3.23"
6+
ARG SYSLOGNG_VERSION="4.10.2-r1"
77

88
FROM tianon/gosu:latest AS gosu
99

rootfs/etc/syslog-ng/syslog-ng.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@version:4.8
1+
@version:4.10
22

33
options {
44
chain_hostnames(off);
@@ -8,7 +8,7 @@ options {
88
owner("root");
99
group("adm");
1010
perm(0640);
11-
stats_freq(0);
11+
stats(freq(0));
1212
bad_hostname("^gconfd$");
1313
};
1414

0 commit comments

Comments
 (0)