1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 10:15:22 +00:00

LibreNMS 22.4.1 (#261)

* LibreNMS 22.4.1

(cherry picked from commit a51fa79983)

# Conflicts:
#	Dockerfile

* Fix syslog-ng

Co-authored-by: La <Miyamatsu@foxmail.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-04-24 16:12:38 +02:00 committed by GitHub
parent 4a9b6a27d1
commit 28e64d92ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \