diff --git a/.travis.yml b/.travis.yml index f56cbfe..2694794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: env: global: - - VERSION=1.52 + - VERSION=1.53 - DOCKER_USERNAME=librenms - DOCKER_REPONAME=librenms - DOCKER_LOGIN=librenmsbot diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf7bee..d442bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.53-RC1 (2019/07/01) + +* LibreNMS 1.53 +* Alpine Linux 3.10 + ## 1.52-RC1 (2019/05/28) * LibreNMS 1.52 diff --git a/Dockerfile b/Dockerfile index ef5dfb8..442da19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.52" \ +ENV LIBRENMS_VERSION="1.53" \ LIBRENMS_PATH="/opt/librenms" \ DATA_PATH="/data" \ CRONTAB_PATH="/var/spool/cron/crontabs" diff --git a/README.md b/README.md index 1d38b08..3795404 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It's a fork of [CrazyMax's LibreNMS Docker image repository](https://github.com/ ### Included -* Alpine Linux 3.9, Nginx, PHP 7.2 +* Alpine Linux 3.10, Nginx, PHP 7.3 * Cron tasks as a ["sidecar" container](#crons) * Syslog-ng support through a ["sidecar" container](#syslog-ng) * Ability to configure [distributed polling](https://docs.librenms.org/#Extensions/Distributed-Poller/#distributed-poller)