From c7f16cd4971e8c08724451ac50bbd7b39f8aea93 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 23 Mar 2022 19:43:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20Chronograf=20to?= =?UTF-8?q?=201.9.4=20(#245)?= 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 9bd3448..1aaa001 100755 --- a/influxdb/Dockerfile +++ b/influxdb/Dockerfile @@ -26,7 +26,7 @@ RUN \ && curl -J -L -o /tmp/influxdb.deb \ "https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB}_${ARCH}.deb" \ \ - && CHRONOGRAF="1.9.3" \ + && CHRONOGRAF="1.9.4" \ && curl -J -L -o /tmp/chronograf.deb \ "https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF}_${ARCH}.deb" \ \