Skip to content

Commit

Permalink
⬆️ Updates Grafana to v6.1.4 (#30)
Browse files Browse the repository at this point in the history
* ⬆️ Update Grafana to v6.1.3

* ⬆️ Grafana 6.1.4
  • Loading branch information
timmo001 authored and frenck committed Apr 22, 2019
1 parent a3e62d2 commit 38bb5fc
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="6.1.1" \
GRAFANA="6.1.4" \
\
&& ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
Expand Down

0 comments on commit 38bb5fc

Please sign in to comment.