Skip to content

Commit

Permalink
Upgrade Grafana to v8.4.3 and Grafana Image Renderer to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Mar 4, 2022
1 parent 73ae34b commit 477901b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
RUN \
GRAFANA="8.3.4" \
GRAFANA="8.4.3" \
\
&& ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
Expand Down Expand Up @@ -50,7 +50,7 @@ RUN \
libxshmfence1=1.3-1 \
libxss1=1:1.2.3-1 \
libxtst6=2:1.2.3-1 \
&& grafana-cli plugins install "grafana-image-renderer" "3.3.0"; \
&& grafana-cli plugins install "grafana-image-renderer" "3.4.1"; \
fi \
\
&& rm -fr \
Expand Down

0 comments on commit 477901b

Please sign in to comment.