From 1223f4a109b897819a62953bc8a32931a692c17b Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Fri, 27 Oct 2017 10:08:40 +0000 Subject: [PATCH] Grafana 4.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc0ca82..32a6d21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie -ENV GRAFANA_VERSION 4.5.2 +ENV GRAFANA_VERSION 4.6.0 RUN apt-get update \ && apt-get install -y unzip libfontconfig wget adduser openssl ca-certificates \