mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
⬆ Update Home Panel to v2.5.0
This commit is contained in:
parent
0df0dcbee9
commit
71cb7f8a89
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@ RUN \
|
|||
nodejs-current=13.1.0-r0 \
|
||||
openssl=1.1.1d-r3 \
|
||||
\
|
||||
&& git clone --branch "v2.4.10" --depth=1 \
|
||||
&& git clone --branch "v2.5.0" --depth=1 \
|
||||
"https://github.com/timmo001/home-panel.git" /tmp/api \
|
||||
&& mv /tmp/api/api /opt/panel \
|
||||
\
|
||||
&& mkdir -p /tmp/panel \
|
||||
&& curl -J -L -o /tmp/panel.zip \
|
||||
"https://github.com/timmo001/home-panel/releases/download/v2.4.10/home-panel-built.zip" \
|
||||
"https://github.com/timmo001/home-panel/releases/download/v2.5.0/home-panel-built.zip" \
|
||||
&& unzip -d /tmp/panel /tmp/panel.zip \
|
||||
&& mv /tmp/panel/build/* /opt/panel/public \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue