Update Home Panel to v2.10.2

This commit is contained in:
Aidan Timson 2020-10-17 14:28:13 +01:00
parent af37c10000
commit 060b7d1db5
No known key found for this signature in database
GPG key ID: 249621F5022B16AA

View file

@ -21,7 +21,7 @@ RUN \
yarn=1.22.4-r0 \ yarn=1.22.4-r0 \
\ \
&& mkdir -p /opt/panel \ && mkdir -p /opt/panel \
&& curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.10.1/home-panel.tar.gz" \ && curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.10.2/home-panel.tar.gz" \
| tar zxvf - -C /opt/panel \ | tar zxvf - -C /opt/panel \
\ \
&& cd /opt/panel \ && cd /opt/panel \