From bd8664150d7f9abb211715781b88bcf2bccc2292 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 11 Aug 2021 15:02:45 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20InfluxDB=20to?= =?UTF-8?q?=201.8.9=20(#199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- influxdb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/Dockerfile b/influxdb/Dockerfile index aa42ae3..77b1b2f 100755 --- a/influxdb/Dockerfile +++ b/influxdb/Dockerfile @@ -22,7 +22,7 @@ RUN \ && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \ && if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armhf"; fi \ \ - && INFLUXDB="1.8.6" \ + && INFLUXDB="1.8.9" \ && curl -J -L -o /tmp/influxdb.deb \ "https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB}_${ARCH}.deb" \ \