1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-22 09:48:21 +00:00

LibreNMS 1.53.1

This commit is contained in:
CrazyMax 2019-07-02 14:44:42 +02:00
parent 5feee28958
commit 5ec49deacd
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,7 @@ services:
env:
global:
- VERSION=1.53
- VERSION=1.53.1
- DOCKER_USERNAME=librenms
- DOCKER_REPONAME=librenms
- DOCKER_LOGIN=librenmsbot

View file

@ -1,5 +1,9 @@
# Changelog
## 1.53.1-RC1 (2019/07/02)
* LibreNMS 1.53.1
## 1.53-RC1 (2019/07/01)
* LibreNMS 1.53

View file

@ -85,7 +85,7 @@ RUN apk --update --no-cache add \
&& setcap cap_net_raw+ep /usr/bin/nmap \
&& setcap cap_net_raw+ep /usr/sbin/fping
ENV LIBRENMS_VERSION="1.53" \
ENV LIBRENMS_VERSION="1.53.1" \
LIBRENMS_PATH="/opt/librenms" \
DATA_PATH="/data" \
CRONTAB_PATH="/var/spool/cron/crontabs"