From 66fd3e4e4cba6db099029c53bcaee455aea21315 Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Thu, 24 Aug 2023 05:02:36 +0000 Subject: [PATCH] Grafana 10.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b882e92..05c60cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 10.0.3 +ENV GRAFANA_VERSION 10.1.0 RUN set -ex \ && apt-get update \