From bb715cc0fd992c6001e3cbc7c31ae6359d12cb4a Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Tue, 26 May 2020 18:15:12 +0000 Subject: [PATCH] Grafana 7.0.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a0ab705..1db6ef9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 7.0.0 +ENV GRAFANA_VERSION 7.0.1 RUN set -ex \ && apt-get update \