Update Home Panel to v2.7.4

This commit is contained in:
Aidan Timson 2020-04-04 17:00:41 +01:00 committed by GitHub
parent 2ddacb38bd
commit 72ea3b75ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,13 +17,13 @@ RUN \
nodejs-current=13.1.0-r0 \
openssl=1.1.1d-r3 \
\
&& git clone --branch "v2.7.3" --depth=1 \
&& git clone --branch "v2.7.4" --depth=1 \
"https://github.com/timmo001/home-panel.git" /tmp/api \
&& mv /tmp/api/api /opt/panel \
\
&& mkdir -p /tmp/panel \
&& curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v2.7.3/home-panel-built.zip" \
"https://github.com/timmo001/home-panel/releases/download/v2.7.4/home-panel-built.zip" \
&& unzip -d /tmp/panel /tmp/panel.zip \
&& mv /tmp/panel/build/* /opt/panel/public \
\