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" \ \