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 747c951 commit cc9d39eCopy full SHA for cc9d39e
influxdb/2.1/Dockerfile
@@ -42,7 +42,7 @@ RUN set -eux && \
42
influxd version
43
44
# Install the influx CLI
45
-ENV INFLUX_CLI_VERSION 2.2.0
+ENV INFLUX_CLI_VERSION 2.2.1
46
RUN set -eux && \
47
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
48
case "${dpkgArch##*-}" in \
influxdb/2.1/alpine/Dockerfile
@@ -53,7 +53,7 @@ RUN set -eux && \
53
54
55
56
57
58
ARCH="$(apk --print-arch)" && \
59
if [ ${ARCH} = x86_64 ]; then \
0 commit comments