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 07696d7 commit 5113398Copy full SHA for 5113398
influxdb/2.2/Dockerfile
@@ -42,7 +42,7 @@ RUN set -eux && \
42
influxd version
43
44
# Install the influx CLI
45
-ENV INFLUX_CLI_VERSION 2.2.1
+ENV INFLUX_CLI_VERSION 2.3.0
46
RUN set -eux && \
47
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
48
case "${dpkgArch##*-}" in \
influxdb/2.2/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