We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cceaaf2 commit deab330Copy full SHA for deab330
grafana/Dockerfile
@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
8
# Setup base system
9
ARG BUILD_ARCH=amd64
10
ARG GRAFANA_VERSION="v11.2.0"
11
-ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.3"
+ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.11.5"
12
RUN \
13
ARCH="${BUILD_ARCH}" \
14
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
0 commit comments