From 1b11676dc5ac5ef4b8d5a11a80f8eae07809c588 Mon Sep 17 00:00:00 2001 From: Horstexplorer <21320859+Horstexplorer@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:50:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Chronograf=20to?= =?UTF-8?q?=201.10.2=20(#312)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- influxdb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index 2b4e3eb..6d395d1 100755 --- a/influxdb/Dockerfile +++ b/influxdb/Dockerfile @@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base system ARG BUILD_ARCH=amd64 ARG INFLUXDB_VERSION="1.8.10" -ARG CHRONOGRAF_VERSION="1.10.1" +ARG CHRONOGRAF_VERSION="1.10.2" ARG KAPACITOR_VERSION="1.5.9-1" RUN \ apt-get update \