Skip to content

Commit fa07b58

Browse files
authored
fix: Update Dockerfile
1 parent 1716243 commit fa07b58

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.4-bin
71-
ARG DISTRO_VERSION_NAME=zookeeper-3.8.4
70+
ARG DISTRO_NAME=apache-zookeeper-3.8.5-bin
71+
ARG DISTRO_VERSION_NAME=zookeeper-3.8.5
7272
# Download Apache Zookeeper and install
7373
RUN set -x \
7474
&& export DISTR_DIR="$(mktemp -d)" \

0 commit comments

Comments
 (0)