Skip to content

Commit

Permalink
⬆️ Update grafana/grafana-image-renderer to v3.9.0 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2023
1 parent 625ac57 commit d440b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Setup base system
ARG BUILD_ARCH=amd64
ARG GRAFANA_VERSION="v10.1.2"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.8.4"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.9.0"
RUN \
ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
Expand Down

0 comments on commit d440b88

Please sign in to comment.