From 5ff71cb8f7865786ec8cb089e23b5a6af9bc604f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:19:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20grafana/grafana?= =?UTF-8?q?=20to=20v11.6.1=20(#464)?= 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 2ab40d2..9ab44c2 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.6.0" +ARG GRAFANA_VERSION="v11.6.1" ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.12.5" RUN \ ARCH="${BUILD_ARCH}" \