From 5d2467459b2462021b3ca6b5529ed4e5296bd6ae Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 8 Oct 2020 15:57:14 +0200 Subject: [PATCH] :arrow_up: Upgrades Chronograf to 1.8.7 --- influxdb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index 8fc3b79..e423022 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.8.6" \ + && CHRONOGRAF="1.8.7" \ && curl -J -L -o /tmp/chronograf.deb \ "https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF}_${ARCH}.deb" \ \