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 4b6f2a4 commit c7f16cdCopy full SHA for c7f16cd
influxdb/Dockerfile
@@ -26,7 +26,7 @@ RUN \
26
&& curl -J -L -o /tmp/influxdb.deb \
27
"https://dl.influxdata.com/influxdb/releases/influxdb_${INFLUXDB}_${ARCH}.deb" \
28
\
29
- && CHRONOGRAF="1.9.3" \
+ && CHRONOGRAF="1.9.4" \
30
&& curl -J -L -o /tmp/chronograf.deb \
31
"https://dl.influxdata.com/chronograf/releases/chronograf_${CHRONOGRAF}_${ARCH}.deb" \
32
0 commit comments