From 24707f461074a35ff78590c0f982b588310ada2f Mon Sep 17 00:00:00 2001 From: Travis Automated Update Date: Thu, 23 Apr 2020 18:00:32 +0000 Subject: [PATCH] Grafana 6.7.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7449b0..4cc9d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 6.7.2 +ENV GRAFANA_VERSION 6.7.3 RUN set -ex \ && apt-get update \