Skip to content
Snippets Groups Projects
Commit 53488787 authored by Jeffrey Smith II's avatar Jeffrey Smith II
Browse files

fix: use the right cli

parent 29214efc
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ RUN set -eux && \
influxd version
# Install the influx CLI
ENV INFLUX_CLI_VERSION 2.4.0
ENV INFLUX_CLI_VERSION 2.5.0
RUN set -eux && \
ARCH="$(apk --print-arch)" && \
if [ ${ARCH} = x86_64 ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment