From 70cf5d39c8d65cd9d13585df874c6732b7797b4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:55:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20grafana/grafana?= =?UTF-8?q?=20to=20v10.1.1=20(#353)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- grafana/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grafana/Dockerfile b/grafana/Dockerfile index a990a87..2480815 100644 --- a/grafana/Dockerfile +++ b/grafana/Dockerfile @@ -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}" \ @@ -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 \