⬆️ update home-panel to v0.6.2

This commit is contained in:
Timmo 2018-09-12 23:50:53 +01:00
parent 9813ce0107
commit 4e7789801e

View file

@ -24,7 +24,7 @@ WORKDIR /usr/src/app
# Download and unzip into nginx html directory
RUN \
wget https://github.com/timmo001/home-panel/releases/download/v0.6.1/home-panel-built.zip \
wget https://github.com/timmo001/home-panel/releases/download/v0.6.2/home-panel-built.zip \
&& unzip home-panel-built.zip \
&& rm -Rf /usr/share/nginx/html/* \
&& mv build/* /usr/share/nginx/html \