Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
⬆️ Update Home Panel to v2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Oct 14, 2019
1 parent 830dfc8 commit e75b759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-panel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ RUN \
nodejs-current=12.4.0-r0 \
openssl=1.1.1d-r0 \
\
&& git clone --branch "v2.4.5" --depth=1 \
&& git clone --branch "v2.4.6" --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.4.5/home-panel-built.zip" \
"https://github.com/timmo001/home-panel/releases/download/v2.4.6/home-panel-built.zip" \
&& unzip -d /tmp/panel /tmp/panel.zip \
&& mv /tmp/panel/build/* /opt/panel/public \
\
Expand Down

0 comments on commit e75b759

Please sign in to comment.