Update Home Panel to v2.10.1

This commit is contained in:
Aidan Timson 2020-10-17 12:54:47 +01:00
parent 84ca1719ed
commit 01c7237e7a
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 \
\
&& mkdir -p /opt/panel \
&& curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.10.0/home-panel.tar.gz" \
&& curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.10.1/home-panel.tar.gz" \
| tar zxvf - -C /opt/panel \
\
&& cd /opt/panel \