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

Merge pull request #2 from librenms/laf-patch-1

Updated to 1.45
This commit is contained in:
CrazyMax 2018-10-29 02:11:25 +01:00 committed by GitHub
commit c86ef44695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -1,5 +1,8 @@
# Changelog
## 1.45-RC1 (2018/10/28)
* Upgrade to LibreNMS 1.45
## 1.44-RC1 (2018/10/17)
* Upgrade to LibreNMS 1.44

View file

@ -79,7 +79,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.44" \
ENV LIBRENMS_VERSION="1.45" \
LIBRENMS_PATH="/opt/librenms" \
DATA_PATH="/data" \
CRONTAB_PATH="/var/spool/cron/crontabs"