From ef409c8a036ef654e1ba77348b2e85ff3d1a242b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 31 Jan 2019 20:25:25 +0100 Subject: [PATCH] Upgrade to LibreNMS 1.48.1 Alpine Linux 3.9 --- .travis.yml | 2 +- CHANGELOG.md | 5 +++++ Dockerfile | 4 ++-- README.md | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6fbb95c..7941e02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ services: env: global: - - VERSION=1.48 + - VERSION=1.48.1 - DOCKER_USERNAME=librenms - DOCKER_REPONAME=librenms - DOCKER_LOGIN=librenmsbot diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d253c4..0fbc08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.48.1-RC1 (2019/01/31) + +* Upgrade to LibreNMS 1.48.1 +* Alpine Linux 3.9 + ## 1.48-RC1 (2019/01/28) * Upgrade to LibreNMS 1.48 diff --git a/Dockerfile b/Dockerfile index 876baf3..cf95994 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 +FROM alpine:3.9 ARG BUILD_DATE ARG VCS_REF @@ -84,7 +84,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.48" \ +ENV LIBRENMS_VERSION="1.48.1" \ LIBRENMS_PATH="/opt/librenms" \ DATA_PATH="/data" \ CRONTAB_PATH="/var/spool/cron/crontabs" diff --git a/README.md b/README.md index 8dff85e..b1a4a1b 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.8, Nginx, PHP 7.2 +* Alpine Linux 3.9, Nginx, PHP 7.2 * 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)