Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit bbad076

Browse files
committed
Update InfluxDB to 2.7.11
1 parent f5b5f4f commit bbad076

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RUN apt update && \
77
libmemcached-dev procps netcat wget curl jq && \
88
rm -rf /var/lib/apt/lists/*
99

10-
RUN wget https://dl.influxdata.com/influxdb/releases/influxdb-1.8.4-static_linux_amd64.tar.gz && \
11-
tar xvfz influxdb-1.8.4-static_linux_amd64.tar.gz && rm influxdb-1.8.4-static_linux_amd64.tar.gz
10+
RUN wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.7.11_linux_amd64.tar.gz && \
11+
tar xvfz influxdb2-2.7.11_linux_amd64.tar.gz && rm influxdb2-2.7.11_linux_amd64.tar.gz
1212

13-
RUN ln -s /influxdb-1.8.4-1/influxd /usr/local/bin/influxd && \
13+
RUN ln -s /influxdb2-2.7.11/usr/bin/influxd /usr/local/bin/influxd && \
1414
ln -s /usr/bin/pip3 /usr/bin/pip && \
1515
ln -s /usr/bin/python3 /usr/bin/python
1616

0 commit comments

Comments
 (0)