File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN wget "https://caddyserver.com/download/build?os=linux&arch=amd64&features="
1313 && rm -f /caddy.tgz
1414
1515# Add and Setup Kafka-Connect-Ui
16- ARG CONNECT_UI_URL=https://github.com/Landoop/kafka-connect-ui/releases/download/v0.8.1 /kafka-connect-ui-0.8.1 .tar.gz
16+ ARG CONNECT_UI_URL=https://github.com/Landoop/kafka-connect-ui/releases/download/v0.8.2 /kafka-connect-ui-0.8.2 .tar.gz
1717RUN wget "${CONNECT_UI_URL}" -O /kafka-connect-ui.tar.gz \
1818 && mkdir /kafka-connect-ui \
1919 && tar xzf /kafka-connect-ui.tar.gz -C /kafka-connect-ui \
Original file line number Diff line number Diff line change 11{
22 "name" : " kafka-connect-ui" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.2 " ,
44 "description" : " A user interface for managing Kafka Connectors" ,
55 "readme" : " README.md" ,
66 "main" : " Gruntfile.js" ,
You can’t perform that action at this time.
0 commit comments