Skip to content

Commit 8c44281

Browse files
author
Jonathan Chauncey
committed
chore(grafana): Update to 3.1.1
1 parent 7c5a8ad commit 8c44281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grafana/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
apt-get install -y libfontconfig && \
77
curl -fsSL -o /usr/share/grafana/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 && \
88
chmod +x /usr/share/grafana/envtpl && \
9-
curl -fsSo /tmp/grafana.deb https://grafanarel.s3.amazonaws.com/builds/grafana_3.1.0-1468321182_amd64.deb && \
9+
curl -fsSo /tmp/grafana.deb https://grafanarel.s3.amazonaws.com/builds/grafana_3.1.1-1470047149_amd64.deb && \
1010
dpkg -i /tmp/grafana.deb && \
1111
rm /tmp/grafana.deb && \
1212
rm /etc/grafana/grafana.ini && \

0 commit comments

Comments
 (0)