We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8a140 commit 287dd60Copy full SHA for 287dd60
1 file changed
influxdb/rootfs/Dockerfile
@@ -11,7 +11,7 @@ COPY . /
11
12
RUN curl -SL -o /home/influxdb/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
13
&& chmod +x /home/influxdb/envtpl \
14
- && 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 \
15
&& dpkg -i /tmp/influxdb.deb \
16
&& rm /tmp/influxdb.deb \
17
&& mkdir -p /data \
0 commit comments