Skip to content

Commit acb53d5

Browse files
committed
Merge pull request #3 from solsson/kafka-1.1
Kafka 1.1.0
2 parents 0a02cb4 + c81055c commit acb53d5

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.0.1 SCALA_VERSION=2.11
4+
ENV KAFKA_VERSION=1.1.0 SCALA_VERSION=2.11
55

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

0 commit comments

Comments
 (0)