Skip to content

Commit a03f4a0

Browse files
committed
Update Dockerfile
1 parent b70db21 commit a03f4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN add-apt-repository ppa:cwchien/gradle; apt-get update; apt-get install -y gr
77

88
RUN cd /opt; mkdir kafka-src; cd kafka-src; git clone https://github.com/apache/kafka.git
99

10-
ENV BUILD_DATE 2015-03-01
10+
ENV BUILD_DATE 2015-04-05
1111

1212
RUN cd /opt/kafka-src/kafka; git pull; gradle; ./gradlew releaseTarGz ; cd /opt/kafka-src/kafka/core/build/distributions; mkdir /opt/kafka; tar xfvz *.tgz -C /opt/kafka --strip-components=1
1313

0 commit comments

Comments
 (0)