We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce6c0b commit 43e15b3Copy full SHA for 43e15b3
grafana/Dockerfile
@@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
7
8
# Setup base system
9
ARG BUILD_ARCH=amd64
10
-ARG GRAFANA_VERSION="v10.4.0"
+ARG GRAFANA_VERSION="v10.4.1"
11
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.10.1"
12
RUN \
13
ARCH="${BUILD_ARCH}" \
0 commit comments