We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf23d5 commit ce192b0Copy full SHA for ce192b0
docker-zookeeper/docker/Dockerfile
@@ -67,8 +67,8 @@ RUN set -x \
67
&& usermod -a -G 0 zookeeper
68
69
# 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
+ARG DISTRO_NAME=apache-zookeeper-3.8.6-bin
+ARG DISTRO_VERSION_NAME=zookeeper-3.8.6
72
# Download Apache Zookeeper and install
73
RUN set -x \
74
&& export DISTR_DIR="$(mktemp -d)" \
0 commit comments