Skip to content

Commit

Permalink
Kafka 0.11 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Jun 28, 2017
1 parent c3dcdf5 commit a8f4874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:8u131-jre-alpine

ENV KAFKA_VERSION=0.11.0.0-rc2 SCALA_VERSION=2.12.2
ENV KAFKA_VERSION=0.11.0.0 SCALA_VERSION=2.12.2

RUN set -e; cd /usr/local; \
GRADLE_VERSION=4.0 PATH=$PATH:$(pwd)/gradle-$GRADLE_VERSION/bin; \
Expand Down

0 comments on commit a8f4874

Please sign in to comment.