diff --git a/docker/zookeeper-image/Dockerfile b/docker/zookeeper-image/Dockerfile index 976ba41e..4ceec643 100644 --- a/docker/zookeeper-image/Dockerfile +++ b/docker/zookeeper-image/Dockerfile @@ -115,8 +115,8 @@ RUN set -eux; \ # Verify that gosu binary works gosu nobody true -ARG SHORT_DISTRO_NAME=zookeeper-3.7.1 -ARG DISTRO_NAME=apache-zookeeper-3.7.1-bin +ARG SHORT_DISTRO_NAME=zookeeper-3.8.3 +ARG DISTRO_NAME=apache-zookeeper-3.8.3-bin # Download Apache Zookeeper, verify its PGP signature, untar and clean up RUN set -eux; \