Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joestein committed Mar 11, 2016
1 parent e135230 commit 88edfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ COPY .docker/kafka* /opt/kafka-mesos/
WORKDIR /opt/kafka-mesos
EXPOSE 7000

ENTRYPOINT ["/usr/bin/java", "-jar", "/opt/kafka-mesos/kafka-mesos-0.9.4.0.jar", "scheduler"]
ENTRYPOINT ["/usr/bin/java", "-jar", "/opt/kafka-mesos/kafka-mesos-0.9.5.0.jar", "scheduler"]

0 comments on commit 88edfd9

Please sign in to comment.