Skip to content

Commit

Permalink
⬆️ Upgrades Grafana to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Dec 10, 2018
1 parent c74bd08 commit 3068fdd
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
RUN \
GRAFANA="5.4.0" \
GRAFANA="5.4.1" \
\
&& ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
Expand Down

0 comments on commit 3068fdd

Please sign in to comment.