From 28e64d92ee83bf152a761512f54b32d478163649 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 24 Apr 2022 16:12:38 +0200 Subject: [PATCH] LibreNMS 22.4.1 (#261) * LibreNMS 22.4.1 (cherry picked from commit a51fa799839bfb945c43edfd3b28fe09b1537a81) # Conflicts: # Dockerfile * Fix syslog-ng Co-authored-by: La Co-authored-by: CrazyMax --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8971d56..ee00a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG LIBRENMS_VERSION="22.3.0" +ARG LIBRENMS_VERSION="22.4.1" FROM crazymax/yasu:latest AS yasu FROM crazymax/alpine-s6:3.15-2.2.0.3 @@ -62,7 +62,7 @@ RUN apk --update --no-cache add \ rrdtool \ runit \ shadow \ - syslog-ng=3.30.1-r3 \ + syslog-ng=3.30.1-r4 \ ttf-dejavu \ tzdata \ util-linux \