From d345a88d5279a80f3d804960d082244e7e2bc2aa Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Thu, 17 Dec 2020 20:42:50 +0000 Subject: [PATCH] Grafana 7.3.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2dfa39..a6b0198 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 7.3.5 +ENV GRAFANA_VERSION 7.3.6 RUN set -ex \ && apt-get update \