Skip to content

Commit

Permalink
Build the first Kafka 1.0 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Oct 12, 2017
1 parent b0351f4 commit 0cc3b40
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,6 +1,6 @@
FROM openjdk:8u131-jre-alpine

ENV KAFKA_VERSION=0.11.0.0 SCALA_VERSION=2.12.2
ENV KAFKA_VERSION=1.0.0-rc0 SCALA_VERSION=2.12.3

RUN set -e; mkdir -p /opt && cd /opt; \
GRADLE_VERSION=4.0 PATH=$PATH:$(pwd)/gradle-$GRADLE_VERSION/bin; \
Expand Down

0 comments on commit 0cc3b40

Please sign in to comment.