Skip to content

Commit 287dd60

Browse files
committed
chore(Dockerfile): update Influxdb to 1.1.1
1 parent ca8a140 commit 287dd60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

influxdb/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . /
1111

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

0 commit comments

Comments
 (0)