diff --git a/Dockerfile b/Dockerfile index 06f1e23..730ac9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - source /etc/os-release && \ echo "deb https://repos.influxdata.com/debian jessie stable" | sudo tee /etc/apt/sources.list.d/influxdb.list && \ apt-get update && apt-get install -y \ - influxdb=1.2.2-1 \ + influxdb=1.3.4-1 \ --no-install-recommends && \ apt-get remove --auto-remove -y \ apt-transport-https && \ diff --git a/Makefile b/Makefile index bc61723..6abec22 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_IMAGE_VERSION=1.2.2 +DOCKER_IMAGE_VERSION=1.3.4 DOCKER_IMAGE_NAME=hypriot/rpi-influxdb DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION) diff --git a/README.md b/README.md index 9814c20..932a04e 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ You can use the RESTful API to talk to InfluxDB on port `8086`. Use the new `inf ``` docker exec -it /usr/bin/influx Visit https://enterprise.influxdata.com to register for updates, InfluxDB server management, and monitoring. - Connected to http://localhost:8086 version 1.2.2 - InfluxDB shell 1.2.2 + Connected to http://localhost:8086 version 1.3.4 + InfluxDB shell 1.3.4 > ```