From fa3aae8ddccd8d4c43266c2a89d2e3794e304338 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 8 Feb 2020 15:31:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86Update=20Home=20Panel=20to=20v2.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home-panel/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index bc86a72..916a77a 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -17,13 +17,13 @@ RUN \ nodejs-current=13.1.0-r0 \ openssl=1.1.1d-r3 \ \ - && git clone --branch "v2.5.0" --depth=1 \ + && git clone --branch "v2.6.0" --depth=1 \ "https://github.com/timmo001/home-panel.git" /tmp/api \ && mv /tmp/api/api /opt/panel \ \ && mkdir -p /tmp/panel \ && curl -J -L -o /tmp/panel.zip \ - "https://github.com/timmo001/home-panel/releases/download/v2.5.0/home-panel-built.zip" \ + "https://github.com/timmo001/home-panel/releases/download/v2.6.0/home-panel-built.zip" \ && unzip -d /tmp/panel /tmp/panel.zip \ && mv /tmp/panel/build/* /opt/panel/public \ \