upgrade kafka-manager to 2.0.0.2

This commit is contained in:
kev 2019-04-12 15:35:52 +08:00
parent 4ee9817bf5
commit 0a017b0707
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ After=network.target
[Service]
ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.ini
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.ini
RestartSec=5
Restart=always

View File

@ -7,7 +7,7 @@ MAINTAINER kev <noreply@easypi.pro>
ENV SCALA_VERSION 2.12.8
ENV SBT_VERSION 1.2.8
ENV KAFKA_MANAGER_VERSION 2.0.0.1
ENV KAFKA_MANAGER_VERSION 2.0.0.2
RUN set -xe \
&& apt update \