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

LibreNMS 1.68

This commit is contained in:
CrazyMax 2020-09-30 23:34:48 +02:00
parent 740a665095
commit 89b35ec4a2
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.68-RC1 (2020/09/30)
* LibreNMS 1.68
## 1.67-RC2 (2020/09/04)
* Seed through artisan (#122)

View file

@ -96,7 +96,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.67" \
LIBRENMS_VERSION="1.68" \
LIBRENMS_PATH="/opt/librenms" \
LIBRENMS_DOCKER="1" \
TZ="UTC" \