From 3b98f5d92bf26d85dcebf4bf2b17354ed6d187f0 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 8 Oct 2016 19:19:26 +0200 Subject: [PATCH] Grafana 3.1.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 533a038..c0207b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie -ENV GRAFANA_VERSION 3.1.0-1468321182 +ENV GRAFANA_VERSION 3.1.1-1470047149 RUN apt-get update \ && apt-get install -y unzip libfontconfig wget adduser openssl ca-certificates \