1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Upgrade to LibreNMS 1.43

This commit is contained in:
CrazyMax 2018-09-10 22:11:16 +02:00
parent 1d0d2be11c
commit 9a0c90e9d3
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.42.01
- VERSION=1.43
- GITHUB_REPO=crazy-max/docker-librenms
- DOCKER_USERNAME=crazymax
- DOCKER_REPONAME=librenms

View file

@ -1,5 +1,9 @@
# Changelog
## 1.43-RC1 (2018/09/10)
* Upgrade to LibreNMS 1.43
## 1.42.01-RC1 (2018/08/05)
* Upgrade to LibreNMS 1.42.01

View file

@ -25,7 +25,7 @@ RUN apk --update --no-cache add \
&& sed -i -e "s/;date\.timezone.*/date\.timezone = UTC/" /etc/php7/php.ini \
&& rm -rf /var/cache/apk/* /var/www/* /tmp/*
ENV LIBRENMS_VERSION="1.42.01" \
ENV LIBRENMS_VERSION="1.43" \
LIBRENMS_PATH="/opt/librenms" \
DATA_PATH="/data" \
CRONTAB_PATH="/var/spool/cron/crontabs"