From 1feeb16ff1fd47c48e94a5bfe2fa1eb131ce205f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:11:56 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20grafana/grafana-i?= =?UTF-8?q?mage-renderer=20to=20v3.9.1=20(#383)?= 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 666b543..a21173b 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system ARG BUILD_ARCH=amd64 ARG GRAFANA_VERSION="v10.3.1" -ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.9.0" +ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.9.1" RUN \ ARCH="${BUILD_ARCH}" \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \