1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 03:08:47 +00:00

LibreNMS 1.62.2

This commit is contained in:
CrazyMax 2020-04-04 18:21:44 +02:00
parent 062de7ff85
commit 8ea06f7624
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.62.2-RC1 (2020/04/04)
* LibreNMS 1.62.2
## 1.61-RC4 (2020/03/27)
* Fix folder creation (#62)

View file

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