Skip to content

Commit

Permalink
⬆️ Upgrades Chronograf to 1.9.3 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 18, 2022
1 parent 100b2bf commit 4b6f2a4
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 @@ -26,7 +26,7 @@ RUN \
&& curl -J -L -o /tmp/influxdb.deb \
"https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB}_${ARCH}.deb" \
\
&& CHRONOGRAF="1.9.0" \
&& CHRONOGRAF="1.9.3" \
&& curl -J -L -o /tmp/chronograf.deb \
"https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF}_${ARCH}.deb" \
\
Expand Down

0 comments on commit 4b6f2a4

Please sign in to comment.