From 96acf6d90c597de87fe7656b1f161e3ee54abd25 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Sat, 27 Jul 2024 05:02:34 +0000 Subject: [PATCH] Grafana 11.1.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b4ccb4..ed0d199 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 11.1.1 +ENV GRAFANA_VERSION 11.1.3 RUN set -ex \ && apt-get update \