Skip to content

Commit

Permalink
Merge branch 'kafka-1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Mar 10, 2018
2 parents 2e22406 + ce1ee1b commit 252bf2c
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,7 +1,7 @@
# The only assumption we make about this FROM is that it has a JRE in path
FROM solsson/kafka-jre@sha256:06dabfc8cacd0687c8f52c52afd650444fb6d4a8e0b85f68557e6e7a5c71667c

ENV KAFKA_VERSION=1.0.0 SCALA_VERSION=2.11
ENV KAFKA_VERSION=1.0.1 SCALA_VERSION=2.11

RUN set -ex; \
export DEBIAN_FRONTEND=noninteractive; \
Expand Down

0 comments on commit 252bf2c

Please sign in to comment.