From b8ce389a321890f3159e261773445a4c24356b44 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Fri, 6 Dec 2024 05:02:36 +0000 Subject: [PATCH] Grafana 11.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d253d93..0ba748f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 11.3.2 +ENV GRAFANA_VERSION 11.4.0 RUN set -ex \ && apt-get update \