From 7f8a08fcce5982893b2a31e058a17f4b5aacbf3c Mon Sep 17 00:00:00 2001 From: "Luzifer.io Jenkins" Date: Wed, 3 Aug 2022 05:02:34 +0000 Subject: [PATCH] Grafana 9.0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 167fccd..aac6ec8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable -ENV GRAFANA_VERSION 9.0.5 +ENV GRAFANA_VERSION 9.0.6 RUN set -ex \ && apt-get update \