Update Home Panel to v2.11.5

This commit is contained in:
Aidan Timson 2021-03-20 13:08:09 +00:00
parent 80762a3210
commit 00763f3615

View file

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