From cefe6d657b613f533c91324c969585b7d5bb3a6b Mon Sep 17 00:00:00 2001 From: Timmo Date: Sun, 28 Apr 2019 00:35:57 +0100 Subject: [PATCH] :arrow_up: Update Home Panel to v0.9.2 --- home-panel/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index cfb90d0..6bd75cc 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -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.9.1/home-panel-built.zip" \ + "https://github.com/timmo001/home-panel/releases/download/v0.9.2/home-panel-built.zip" \ && unzip -d /tmp /tmp/panel.zip \ && mv /tmp/build /opt/panel \ \ - && git clone --branch "v0.9.1" --depth=1 \ + && git clone --branch "v0.9.2" --depth=1 \ "https://github.com/timmo001/home-panel.git" /tmp/panel \ && mv /tmp/panel/api /opt/api \ \