From 71e837ccbf78d98f76708e1b59f036af81348a80 Mon Sep 17 00:00:00 2001 From: Miguel Angel Fernandez Date: Wed, 12 Apr 2017 10:41:00 +0200 Subject: [PATCH] bump kafka to 0.10.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2ee3dc..70883d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM java:openjdk-8-jre ENV DEBIAN_FRONTEND noninteractive ENV SCALA_VERSION 2.11 -ENV KAFKA_VERSION 0.10.1.1 +ENV KAFKA_VERSION 0.10.2.0 ENV KAFKA_HOME /opt/kafka_"$SCALA_VERSION"-"$KAFKA_VERSION" # Install Kafka, Zookeeper and other needed things