Skip to content

Commit

Permalink
chore(Dockerfile): update Influxdb to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Jan 19, 2017
1 parent ca8a140 commit 287dd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /

RUN curl -SL -o /home/influxdb/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
&& chmod +x /home/influxdb/envtpl \
&& curl -SL -o /tmp/influxdb.deb https://dl.influxdata.com/influxdb/releases/influxdb_1.0.0_amd64.deb \
&& curl -SL -o /tmp/influxdb.deb https://dl.influxdata.com/influxdb/releases/influxdb_1.1.1_amd64.deb \
&& dpkg -i /tmp/influxdb.deb \
&& rm /tmp/influxdb.deb \
&& mkdir -p /data \
Expand Down

0 comments on commit 287dd60

Please sign in to comment.