⬆️ Update grafana/grafana-image-renderer to v3.11.0 (#407)

This commit is contained in:
renovate[bot] 2024-06-25 06:16:26 +02:00 committed by GitHub
parent 26e6b6e537
commit f9eb31e74d
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.0.0"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.10.4"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.0"
RUN \
ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \