diff --git a/.travis.yml b/.travis.yml index 1cbb041..a74d158 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: env: global: - - VERSION=1.44 + - VERSION=1.45 - DOCKER_USERNAME=librenms - DOCKER_REPONAME=librenms - DOCKER_LOGIN=librenmsbot diff --git a/CHANGELOG.md b/CHANGELOG.md index 58134f7..bcd6845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index ed4106f..ee9f564 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"