Skip to content

Commit 040fe17

Browse files
authored
Merge pull request #2 from ucalgary/kafka-0_10_2_0
Update to Kafka 0.10.2.0
2 parents a80584f + fc562e3 commit 040fe17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM openjdk:8u111-jre-alpine
22

3-
ENV KAFKA_VERSION=0.10.1.1 \
4-
SCALA_VERSION=2.11 \
3+
ENV KAFKA_VERSION=0.10.2.0 \
4+
SCALA_VERSION=2.12 \
55
GPG_KEY=AB55EF5C \
66
KAFKA_HOME=/kafka
77

0 commit comments

Comments
 (0)