We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1716243 commit fa07b58Copy full SHA for fa07b58
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.4-bin
71
-ARG DISTRO_VERSION_NAME=zookeeper-3.8.4
+ARG DISTRO_NAME=apache-zookeeper-3.8.5-bin
+ARG DISTRO_VERSION_NAME=zookeeper-3.8.5
72
# Download Apache Zookeeper and install
73
RUN set -x \
74
&& export DISTR_DIR="$(mktemp -d)" \
0 commit comments