From 98e72c5e255d72de09d507992072cb2c796260ad Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Tue, 12 Oct 2021 05:02:45 +0000 Subject: [PATCH] Grafana 8.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a9142e..38690aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 8.2.0 +ENV GRAFANA_VERSION 8.2.1 RUN set -ex \ && apt-get update \