Skip to content

Commit 84235f7

Browse files
⬆️ Update grafana/grafana-image-renderer to v5
1 parent 9ad2dce commit 84235f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88
# Setup base system
99
ARG BUILD_ARCH=amd64
1010
ARG GRAFANA_VERSION="v12.2.1"
11-
ARG GRAFANA_IMAGE_RENDERER_VERSION="v4.1.5"
11+
ARG GRAFANA_IMAGE_RENDERER_VERSION="v5.0.9"
1212
RUN \
1313
ARCH="${BUILD_ARCH}" \
1414
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \

0 commit comments

Comments
 (0)