From 5e0768455b9650885044652a3c44cbe0e22f6860 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 20:18:57 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20grafana/grafana?= =?UTF-8?q?=20to=20v11.2.1=20(#419)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/Dockerfile b/grafana/Dockerfile index faafdea..5c94632 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system ARG BUILD_ARCH=amd64 -ARG GRAFANA_VERSION="v11.2.0" +ARG GRAFANA_VERSION="v11.2.1" ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.5" RUN \ ARCH="${BUILD_ARCH}" \