Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Updated influxdb from version 1.2.2 to version 1.3.4 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ You can use the RESTful API to talk to InfluxDB on port `8086`. Use the new `inf
```
docker exec -it <influxdb-container-name> /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
>
```

Expand Down