Skip to content

Commit

Permalink
⬆️ Update grafana/grafana to v10.1.1 (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
renovate[bot] and frenck authored Sep 21, 2023
1 parent e3ed9c2 commit 70cf5d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base system
ARG BUILD_ARCH=amd64
ARG GRAFANA_VERSION="v10.1.0"
ARG GRAFANA_VERSION="v10.1.1"
ARG GRAFANA_IMAGE_RENDERER_VERSION="v3.8.2"
RUN \
ARCH="${BUILD_ARCH}" \
Expand All @@ -19,9 +19,10 @@ RUN \
\
&& apt-get update \
&& apt-get install -y --no-install-recommends \
libfontconfig1=2.14.1-4 \
fonts-noto-cjk=1:20220127+repack1-1 \
libfontconfig1=2.14.1-4 \
memcached=1.6.18-1 \
musl=1.2.3-1 \
nginx=1.22.1-9 \
\
&& dpkg --install /tmp/grafana.deb \
Expand Down

0 comments on commit 70cf5d3

Please sign in to comment.