From 15e518b5ff54b244825836f8b8380d813aa6f8d5 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Thu, 15 Jul 2021 05:03:26 +0000 Subject: [PATCH] Grafana 8.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a3b678..500e5f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 8.0.5 +ENV GRAFANA_VERSION 8.0.6 RUN set -ex \ && apt-get update \