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 @@ -14,7 +14,7 @@ RUN wget "https://github.com/mholt/caddy/releases/download/v0.9.5/caddy_linux_am
1414 && rm -f /caddy.tgz
1515
1616# Add and Setup Kafka-Connect-Ui
17- ARG CONNECT_UI_URL=https://github.com/Landoop/kafka-connect-ui/releases/download/v.0.9.1 /kafka-connect-ui-0.9.1 .tar.gz
17+ ARG CONNECT_UI_URL=https://github.com/Landoop/kafka-connect-ui/releases/download/v.0.9.2 /kafka-connect-ui-0.9.2 .tar.gz
1818RUN wget "${CONNECT_UI_URL}" -O /kafka-connect-ui.tar.gz \
1919 && mkdir /kafka-connect-ui \
2020 && 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.9.1 " ,
3+ "version" : " 0.9.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