Skip to content

Commit

Permalink
⬆️ Upgrades InfluxDB to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 1, 2020
1 parent b538959 commit a304f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxdb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armhf"; fi \
\
&& INFLUXDB="1.8.2" \
&& INFLUXDB="1.8.3" \
&& curl -J -L -o /tmp/influxdb.deb \
"https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB}_${ARCH}.deb" \
\
Expand Down

0 comments on commit a304f29

Please sign in to comment.