Moving the collectd version from 5.8 to 5.10
[barometer.git] / docker / barometer-influxdb / Dockerfile
index 2989f63..3d761eb 100644 (file)
@@ -1,4 +1,4 @@
 FROM influxdb:1.3.7
 
-RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.8/src/types.db -O /types.db
+RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.10/src/types.db -O /types.db
 COPY ./influxdb.conf /etc/influxdb/influxdb.conf