Skip to content

Commit

Permalink
upgrade influxdb version to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bbinet committed Dec 17, 2014
1 parent d1e816f commit 9ea2058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Bruno Binet <bruno.binet@gmail.com>
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends curl ca-certificates

ENV INFLUXDB_VERSION 0.8.6
ENV INFLUXDB_VERSION 0.8.7

# Install InfluxDB
RUN curl -s -o /tmp/influxdb_${INFLUXDB_VERSION}_amd64.deb http://s3.amazonaws.com/influxdb/influxdb_${INFLUXDB_VERSION}_amd64.deb && \
Expand Down

0 comments on commit 9ea2058

Please sign in to comment.