diff --git a/images/zookeeper/Dockerfile.in b/images/zookeeper/Dockerfile.in index d4afab17ba3..a586d3ded66 100644 --- a/images/zookeeper/Dockerfile.in +++ b/images/zookeeper/Dockerfile.in @@ -3,7 +3,7 @@ # SPDX-License-Identifier: Apache-2.0 # FROM _BASE_NS_/fabric-baseimage:_BASE_TAG_ -# Based on https://github.com/31z4/zookeeper-docker/blob/master/3.4.9/Dockerfile +# Based on https://github.com/31z4/zookeeper-docker/blob/master/3.4.10/Dockerfile # Install su-exec RUN set -x \ @@ -28,7 +28,7 @@ RUN set -x \ && chown "$ZOO_USER:$ZOO_USER" "$ZOO_DATA_LOG_DIR" "$ZOO_DATA_DIR" "$ZOO_CONF_DIR" ARG GPG_KEY=C823E3E5B12AF29C67F81976F5CECB3CB5E9BD2D -ARG DISTRO_NAME=zookeeper-3.4.9 +ARG DISTRO_NAME=zookeeper-3.4.10 # Download Apache Zookeeper, verify its PGP signature, untar and clean up RUN set -x \