Skip to content

Commit

Permalink
Merge pull request #200 from avi-jain/master
Browse files Browse the repository at this point in the history
chore(Dockerfile): update Grafana to 4.3.2
  • Loading branch information
vdice committed Jul 3, 2017
2 parents b4b3aef + 516a529 commit 9cdf5bb
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_4.0.2-1481203731_amd64.deb && \
curl -fsSo /tmp/grafana.deb https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_4.3.2_amd64.deb && \
dpkg -i /tmp/grafana.deb && \
rm /tmp/grafana.deb && \
rm /etc/grafana/grafana.ini && \
Expand Down

0 comments on commit 9cdf5bb

Please sign in to comment.