From 1cf7eb2a607c919cc10cc3da83c6b4a551119c4e Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Wed, 19 Jan 2022 05:02:41 +0000 Subject: [PATCH] Grafana 8.3.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7923eb4..3daf768 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 8.3.3 +ENV GRAFANA_VERSION 8.3.4 RUN set -ex \ && apt-get update \