Skip to content

Commit

Permalink
Merge pull request #160 from jchauncey/update-grafana
Browse files Browse the repository at this point in the history
chore(grafana): Update to 3.1.1
  • Loading branch information
Jonathan Chauncey authored Nov 4, 2016
2 parents 1331295 + 8c44281 commit 4553349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
apt-get install -y libfontconfig && \
curl -fsSL -o /usr/share/grafana/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 && \
chmod +x /usr/share/grafana/envtpl && \
curl -fsSo /tmp/grafana.deb https://grafanarel.s3.amazonaws.com/builds/grafana_3.1.0-1468321182_amd64.deb && \
curl -fsSo /tmp/grafana.deb https://grafanarel.s3.amazonaws.com/builds/grafana_3.1.1-1470047149_amd64.deb && \
dpkg -i /tmp/grafana.deb && \
rm /tmp/grafana.deb && \
rm /etc/grafana/grafana.ini && \
Expand Down

0 comments on commit 4553349

Please sign in to comment.