Skip to content

Commit 5113398

Browse files
committed
chore: release influx-cli 2.3.0 with influxdb 2.2.0
1 parent 07696d7 commit 5113398

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb/2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN set -eux && \
4242
influxd version
4343

4444
# Install the influx CLI
45-
ENV INFLUX_CLI_VERSION 2.2.1
45+
ENV INFLUX_CLI_VERSION 2.3.0
4646
RUN set -eux && \
4747
ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
4848
case "${dpkgArch##*-}" in \

influxdb/2.2/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN set -eux && \
5353
influxd version
5454

5555
# Install the influx CLI
56-
ENV INFLUX_CLI_VERSION 2.2.1
56+
ENV INFLUX_CLI_VERSION 2.3.0
5757
RUN set -eux && \
5858
ARCH="$(apk --print-arch)" && \
5959
if [ ${ARCH} = x86_64 ]; then \

0 commit comments

Comments
 (0)