⬆️ update base image to v0.5.6

This commit is contained in:
Timmo 2018-08-29 15:34:38 +01:00
parent 9797333e3b
commit a15e3309b0

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.5.5/home-panel-built.zip \
wget https://github.com/timmo001/home-panel/releases/download/v0.5.6/home-panel-built.zip \
&& unzip home-panel-built.zip \
&& rm -Rf /usr/share/nginx/html/* \
&& mv build/* /usr/share/nginx/html \