Skip to content

Commit

Permalink
Upgrade Zookeeper version to 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maskshell committed Sep 26, 2016
1 parent fa94a21 commit 7807b88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions zookeeper-3.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM asteris/consul-template:latest
FROM dianplus/consul-template:latest

MAINTAINER Steven Borrelli <[email protected]>
MAINTAINER Analyser <[email protected]>

ENV ZOOKEEPER_VERSION 3.4.6
ENV ZOOKEEPER_VERSION 3.4.9
ENV ZK_DATA_DIR /var/lib/zookeeper
ENV ZK_LOG_DIR /var/log/zookeeper

Expand Down Expand Up @@ -41,4 +41,3 @@ WORKDIR /opt/zookeeper
VOLUME ["/var/lib/zookeeper", "/var/log/zookeeper"]

ENTRYPOINT ["zk_config.sh"]

0 comments on commit 7807b88

Please sign in to comment.