Skip to content

Commit e4774b2

Browse files
committedJan 15, 2019
⬆️ Upgrades Grafana to 5.4.3
1 parent 646690f commit e4774b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎grafana/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
88
# Setup base system
99
ARG BUILD_ARCH=amd64
1010
RUN \
11-
GRAFANA="5.4.2" \
11+
GRAFANA="5.4.3" \
1212
\
1313
&& ARCH="${BUILD_ARCH}" \
1414
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \

0 commit comments

Comments
 (0)
Please sign in to comment.