We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c65c8 commit bd86641Copy full SHA for bd86641
1 file changed
influxdb/Dockerfile
@@ -22,7 +22,7 @@ RUN \
22
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
23
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armhf"; fi \
24
\
25
- && INFLUXDB="1.8.6" \
+ && INFLUXDB="1.8.9" \
26
&& curl -J -L -o /tmp/influxdb.deb \
27
"https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB}_${ARCH}.deb" \
28
0 commit comments