Skip to content

Commit

Permalink
Docker: fix URL for 0.8.2 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Marios Andreopoulos <opensource@andmarios.com>
  • Loading branch information
andmarios committed Feb 10, 2017
1 parent 37c8696 commit 85824a3
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-Connect-Ui
ARG CONNECT_UI_URL=https://github.com/Landoop/kafka-connect-ui/releases/download/v0.8.2/kafka-connect-ui-0.8.2.tar.gz
ARG CONNECT_UI_URL=https://github.com/Landoop/kafka-connect-ui/releases/download/v.0.8.2/kafka-connect-ui-0.8.2.tar.gz
RUN wget "${CONNECT_UI_URL}" -O /kafka-connect-ui.tar.gz \
&& mkdir /kafka-connect-ui \
&& tar xzf /kafka-connect-ui.tar.gz -C /kafka-connect-ui \
Expand Down

0 comments on commit 85824a3

Please sign in to comment.