diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index eb98246..16cc87d 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -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.0/home-panel-built.zip \ + wget https://github.com/timmo001/home-panel/releases/download/v0.6.1/home-panel-built.zip \ && unzip home-panel-built.zip \ && rm -Rf /usr/share/nginx/html/* \ && mv build/* /usr/share/nginx/html \