From 52e215bab1b1a1506aacdbfb5a1e310b410bafee Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Fri, 15 Sep 2017 09:50:37 +0000 Subject: [PATCH] Grafana 4.5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58f5aa5..4f0fd0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie -ENV GRAFANA_VERSION 4.5.0 +ENV GRAFANA_VERSION 4.5.1 RUN apt-get update \ && apt-get install -y unzip libfontconfig wget adduser openssl ca-certificates \