From 22a9cd53834268179396858ef0b2c4313598c050 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Wed, 7 Jun 2023 05:02:31 +0000 Subject: [PATCH] Grafana 9.5.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ec308f3..6f1c400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 9.5.2 +ENV GRAFANA_VERSION 9.5.3 RUN set -ex \ && apt-get update \