Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
zk 3.4.14 (#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg authored Jun 5, 2019
1 parent 050fcc9 commit 1064bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zookeeper/build/zookeeper.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

FROM base-image

ENV ZOOKEEPER_VERSION=3.4.8
ENV ZOOKEEPER_VERSION=3.4.14

RUN wget -O - --no-verbose https://archive.apache.org/dist/zookeeper/zookeeper-$ZOOKEEPER_VERSION/zookeeper-$ZOOKEEPER_VERSION.tar.gz | tar -xz -C /usr/local/ && \
cd /usr/local/ && \
ln -s ./zookeeper-$ZOOKEEPER_VERSION zookeeper

ENV PATH $PATH:/usr/local/zookeeper/bin

CMD ["/bin/bash"]
CMD ["/bin/bash"]

0 comments on commit 1064bf2

Please sign in to comment.