1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-28 12:36:32 +00:00

LibreNMS 1.61

This commit is contained in:
CrazyMax 2020-03-02 11:54:06 +01:00
parent ae7ed07880
commit 260cbeef9e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 6 additions and 1 deletions

1
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1 @@
* @crazy-max

View file

@ -1,5 +1,9 @@
# Changelog
## 1.61-RC1 (2020/03/02)
* LibreNMS 1.61
## 1.60-RC1 (2020/02/04)
* LibreNMS 1.60

View file

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