Skip to content

Commit

Permalink
Increase kafka version in tests to 1.1.1 (#7655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Siering authored and jsoriano committed Jul 23, 2018
1 parent 96eae34 commit f2e50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/environments/docker/kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV KAFKA_HOME /kafka
# The advertised host is kafka. This means it will not work if container is started locally and connected from localhost to it
ENV KAFKA_ADVERTISED_HOST kafka
ENV KAFKA_LOGS_DIR="/kafka-logs"
ENV KAFKA_VERSION 1.0.0
ENV KAFKA_VERSION 1.1.1
ENV _JAVA_OPTIONS "-Djava.net.preferIPv4Stack=true"
ENV TERM=linux

Expand Down

0 comments on commit f2e50df

Please sign in to comment.