diff --git a/Dockerfile b/Dockerfile index b468de7..ac0c826 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,8 +59,8 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C & echo 'include_path = ".:/usr/share/php:/usr/lib/php/pear"' >> /etc/php/7.0/cli/php.ini && \ useradd librenms -d /opt/librenms -M -r -g www-data && \ cd /opt && \ - curl -ssL "https://github.com/librenms/librenms/archive/201608.tar.gz" | tar xzf - && \ - mv librenms-201608 librenms && \ + curl -ssL "https://github.com/librenms/librenms/archive/20160828.tar.gz" | tar xzf - && \ + mv librenms-20160828 librenms && \ cp /opt/librenms/config.php.default /opt/librenms/config.php && \ sed -i 's/#$config\['"'"'update'"'"'\]/$config['"'"'update'"'"']/g' /opt/librenms/config.php && \ apt-get -yq autoremove --purge && \