⬆️ Update grafana/grafana-image-renderer to v3.11.6 (#422)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-17 16:31:23 +02:00 committed by GitHub
parent 05ca816637
commit 5ae7dead9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
ARG BUILD_ARCH=amd64
ARG GRAFANA_VERSION="v11.2.2"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.5"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.6"
RUN \
ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \