Update Home Panel to v2.11.2

This commit is contained in:
Aidan Timson 2021-02-19 18:39:53 +00:00 committed by GitHub
parent c894fa5e7d
commit 467359b50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.10.2/home-panel.tar.gz" \
&& curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.11.2/home-panel.tar.gz" \
| tar zxvf - -C /opt/panel \
\
&& cd /opt/panel \