Skip to content

Commit

Permalink
Merge pull request #77 from chris-zen/master
Browse files Browse the repository at this point in the history
Bump Kafka version to 0.9.0.1
  • Loading branch information
wurstmeister committed Mar 1, 2016
2 parents e03b1d6 + 8b91aa5 commit f32ebdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Wurstmeister

RUN apk add --update unzip wget curl docker jq coreutils

ENV KAFKA_VERSION="0.9.0.0" SCALA_VERSION="2.11"
ENV KAFKA_VERSION="0.9.0.1" SCALA_VERSION="2.11"
ADD download-kafka.sh /tmp/download-kafka.sh
RUN /tmp/download-kafka.sh && tar xfz /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz -C /opt && rm /tmp/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz

Expand Down

0 comments on commit f32ebdc

Please sign in to comment.