Skip to content

Commit

Permalink
Update docker to use v0.7.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Marios Andreopoulos <[email protected]>
  • Loading branch information
andmarios committed Sep 29, 2016
1 parent ede53d7 commit d822b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features="
&& rm -f /caddy.tgz

# Add and Setup Kafka-Topics-Ui
RUN wget https://github.com/Landoop/kafka-topics-ui/releases/download/v0.7/kafka-topics-ui-0.7.tar.gz \
RUN wget https://github.com/Landoop/kafka-topics-ui/releases/download/v0.7.1/kafka-topics-ui-0.7.1.tar.gz \
-O /kafka-topics-ui.tar.gz \
&& mkdir /kafka-topics-ui \
&& tar xzf /kafka-topics-ui.tar.gz -C /kafka-topics-ui \
Expand Down

0 comments on commit d822b0a

Please sign in to comment.