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