Update Home Panel to v2.11.5 (#95)

This commit is contained in:
Aidan Timson 2021-03-20 13:13:34 +00:00 committed by GitHub
parent 80762a3210
commit d1761fd66d
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.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 \