We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4672b15 + 7cda54f commit 97957bdCopy full SHA for 97957bd
Dockerfile
@@ -2,7 +2,7 @@ FROM wurstmeister/base
2
3
MAINTAINER Wurstmeister
4
5
-ENV ZOOKEEPER_VERSION 3.4.9
+ENV ZOOKEEPER_VERSION 3.4.13
6
7
#Download Zookeeper
8
RUN wget -q http://mirror.vorboss.net/apache/zookeeper/zookeeper-${ZOOKEEPER_VERSION}/zookeeper-${ZOOKEEPER_VERSION}.tar.gz && \
start-zk.sh
@@ -1,4 +1,4 @@
1
sed -i -r 's|#(log4j.appender.ROLLINGFILE.MaxBackupIndex.*)|\1|g' $ZK_HOME/conf/log4j.properties
sed -i -r 's|#autopurge|autopurge|g' $ZK_HOME/conf/zoo.cfg
-/opt/zookeeper-3.4.9/bin/zkServer.sh start-foreground
+/opt/zookeeper-3.4.13/bin/zkServer.sh start-foreground
0 commit comments