aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjabirkkclt <jabir.kanhira.kadavathu@intel.com>2019-11-08 03:59:31 -0800
committerjabirkkclt <jabir.kanhira.kadavathu@intel.com>2019-11-08 04:00:36 -0800
commit1ee1bfce772b769508bca634b1ccfb914a8d0009 (patch)
tree80f25ae7a35ca348441a80b71918295f861c2171 /docker
parentcc79a0746a6dc477749e3276662e35df3e82aab9 (diff)
Moving the collectd version from 5.8 to 5.10
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com> Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9
Diffstat (limited to 'docker')
-rw-r--r--docker/barometer-influxdb/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/barometer-influxdb/Dockerfile b/docker/barometer-influxdb/Dockerfile
index 2989f631..3d761eb5 100644
--- a/docker/barometer-influxdb/Dockerfile
+++ b/docker/barometer-influxdb/Dockerfile
@@ -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