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:
parent
1d6627381c
commit
fe9af3323e
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue