From bcca786ad2ab2f30efd98b151cffaac5a05bc257 Mon Sep 17 00:00:00 2001 From: Timmo Date: Sat, 5 Oct 2019 16:05:21 +0100 Subject: [PATCH] :arrow_up: Update Home Panel to v2.3.0 --- home-panel/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 6bef653..0ae9d8c 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -17,13 +17,13 @@ RUN \ nodejs-current=12.4.0-r0 \ openssl=1.1.1d-r0 \ \ - && git clone --branch "v2.2.1" --depth=1 \ + && git clone --branch "v2.3.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.2.1/home-panel-built.zip" \ + "https://github.com/timmo001/home-panel/releases/download/v2.3.0/home-panel-built.zip" \ && unzip -d /tmp/panel /tmp/panel.zip \ && mv /tmp/panel/build/* /opt/panel/public \ \