We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
frenck
Learn more about funding links in repositories.
Report abuse
1 parent 646690f commit e4774b2Copy full SHA for e4774b2
grafana/Dockerfile
@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
8
# Setup base system
9
ARG BUILD_ARCH=amd64
10
RUN \
11
- GRAFANA="5.4.2" \
+ GRAFANA="5.4.3" \
12
\
13
&& ARCH="${BUILD_ARCH}" \
14
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
0 commit comments