Skip to content

Commit 8969f32

Browse files
wuvswuvs
authored andcommitted
chore(Dockerfile): update Grafana to 4.0.2
1 parent 4553349 commit 8969f32

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.1-1470047149_amd64.deb && \
9+
curl -fsSo /tmp/grafana.deb https://grafanarel.s3.amazonaws.com/builds/grafana_4.0.2-1481203731_amd64.deb && \
1010
dpkg -i /tmp/grafana.deb && \
1111
rm /tmp/grafana.deb && \
1212
rm /etc/grafana/grafana.ini && \

0 commit comments

Comments
 (0)