From 20b068281b435bf64b2710bd254e515462fc7c9e Mon Sep 17 00:00:00 2001 From: Aladdin Mubaied Date: Fri, 4 May 2018 16:03:36 -0700 Subject: [PATCH] updating zookeeper version to 3.4.12 as the previous version does not exist --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9aee43f..be440f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:14.04 # Set version and github repo which you want to build from ENV GITHUB_OWNER druid-io ENV DRUID_VERSION 0.9.2 -ENV ZOOKEEPER_VERSION 3.4.11 +ENV ZOOKEEPER_VERSION 3.4.12 # Java 8 RUN apt-get update \