Skip to content

Commit 8512ec0

Browse files
authored
Merge pull request #18 from Polystream/master
Kafka versions 2.0.0
2 parents c61be4f + 1a5c237 commit 8512ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The only assumption we make about this FROM is that it has a JRE in path
22
FROM solsson/kafka-jre@sha256:06dabfc8cacd0687c8f52c52afd650444fb6d4a8e0b85f68557e6e7a5c71667c
33

4-
ENV KAFKA_VERSION=1.1.1 SCALA_VERSION=2.11
4+
ENV KAFKA_VERSION=2.0.0 SCALA_VERSION=2.11
55

66
RUN set -ex; \
77
export DEBIAN_FRONTEND=noninteractive; \

0 commit comments

Comments
 (0)