Skip to content

Commit 2ca1e3b

Browse files
committed
fix: update Zookeeper version to 3.8.6 in Dockerfile
1 parent 5cf23d5 commit 2ca1e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-zookeeper/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ RUN set -x \
6767
&& usermod -a -G 0 zookeeper
6868

6969
# Reminder: we don't upgrade it to 3.9.x until Clickhouse support
70-
ARG DISTRO_NAME=apache-zookeeper-3.8.5-bin
71-
ARG DISTRO_VERSION_NAME=zookeeper-3.8.5
70+
ARG DISTRO_NAME=apache-zookeeper-3.8.6-bin
71+
ARG DISTRO_VERSION_NAME=zookeeper-3.8.6
7272
# Download Apache Zookeeper and install
7373
RUN set -x \
7474
&& export DISTR_DIR="$(mktemp -d)" \

0 commit comments

Comments
 (0)