Skip to content

Commit

Permalink
release 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Feb 28, 2017
1 parent 4b5bf17 commit 9921457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C &
sed -i 's/;clear_env/clear_env/g' /etc/php/7.0/fpm/pool.d/www.conf && \
useradd librenms -d /opt/librenms -M -r && \
usermod -a -G librenms www-data && \
curl -ssL "https://github.com/librenms/librenms/archive/1.24.tar.gz" | tar xz -C /opt && \
mv /opt/librenms-1.24 /opt/librenms && \
curl -ssL "https://github.com/librenms/librenms/archive/1.25.tar.gz" | tar xz -C /opt && \
mv /opt/librenms-1.25 /opt/librenms && \
chown -R librenms:librenms /opt/librenms && \
apt-get -yq autoremove --purge && \
apt-get clean && \
Expand Down

0 comments on commit 9921457

Please sign in to comment.