🔥 Fix version

This commit is contained in:
Timmo 2019-08-04 13:26:07 +01:00
parent ce478c7554
commit c3289440d0

View file

@ -17,7 +17,7 @@ RUN \
nodejs-current=12.4.0-r0 \ nodejs-current=12.4.0-r0 \
\ \
&& curl -J -L -o /tmp/panel.zip \ && curl -J -L -o /tmp/panel.zip \
"https://github.com/timmo001/home-panel/releases/download/v1.0.0/home-panel-built.zip" \ "https://github.com/timmo001/home-panel/releases/download/v1.0.0/home-panel-built-v0.10.0.zip" \
&& unzip -d /tmp /tmp/panel.zip \ && unzip -d /tmp /tmp/panel.zip \
&& mv /tmp/build /opt/panel \ && mv /tmp/build /opt/panel \
\ \