1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 19:23:58 +00:00

LibreNMS 1.70.1

This commit is contained in:
CrazyMax 2020-12-02 22:20:51 +01:00
parent 1d6627381c
commit fe9af3323e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 1.70.1-RC1 (2020/12/02)
* LibreNMS 1.70.1
* Add NET_ADMIN capability and fix fping6 (#140)
## 1.69-RC3 (2020/11/22)
* Fix tzdata issue with Alpine (#143)

View file

@ -86,7 +86,7 @@ RUN apk --update --no-cache add \
&& setcap cap_net_raw+ep /usr/sbin/fping6
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS="2" \
LIBRENMS_VERSION="1.69" \
LIBRENMS_VERSION="1.70.1" \
LIBRENMS_PATH="/opt/librenms" \
LIBRENMS_DOCKER="1" \
TZ="UTC" \