From 5f7d5f842f05a893dfa1ec7bdf321fa8298946c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:02:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20grafana/grafana?= =?UTF-8?q?=20to=20v11=20(#399)?= 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 07278ea..bbddcfb 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="v10.4.2" +ARG GRAFANA_VERSION="v11.0.0" ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.10.4" RUN \ ARCH="${BUILD_ARCH}" \