diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index 7c3fcb7..9bd3448 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.0" \ + && CHRONOGRAF="1.9.3" \ && curl -J -L -o /tmp/chronograf.deb \ "https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF}_${ARCH}.deb" \ \