⬆️ Upgrades Home-panel to version v0.7.0

This commit is contained in:
Timmo 2019-01-09 23:43:34 +00:00
parent ac252c4078
commit ec3c68ee4d

View file

@ -17,7 +17,7 @@ RUN \
"https://github.com/timmo001/home-panel-api.git" /opt/api \ "https://github.com/timmo001/home-panel-api.git" /opt/api \
\ \
&& curl -J -L -o /tmp/panel.zip \ && curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v0.6.9/home-panel-built.zip" \ "https://github.com/timmo001/home-panel/releases/download/v0.7.0/home-panel-built.zip" \
&& unzip -d /tmp /tmp/panel.zip \ && unzip -d /tmp /tmp/panel.zip \
&& mv /tmp/build /opt/panel \ && mv /tmp/build /opt/panel \
\ \