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

Commit

Permalink
⬆️ Update to Home Panel v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Apr 10, 2019
1 parent 816fffd commit 75c4911
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,11 +17,11 @@ RUN \
nodejs-current=11.3.0-r0 \
\
&& curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v0.8.1/home-panel-built.zip" \
"https://github.com/timmo001/home-panel/releases/download/v0.9.0/home-panel-built.zip" \
&& unzip -d /tmp /tmp/panel.zip \
&& mv /tmp/build /opt/panel \
\
&& git clone --branch "v0.8.1" --depth=1 \
&& git clone --branch "v0.9.0" --depth=1 \
"https://github.com/timmo001/home-panel.git" /tmp/panel \
&& mv /tmp/panel/api /opt/api \
\
Expand Down

0 comments on commit 75c4911

Please sign in to comment.