From 060b7d1db5ef6f30f3de847769e8d57073998d24 Mon Sep 17 00:00:00 2001 From: Aidan Timson Date: Sat, 17 Oct 2020 14:28:13 +0100 Subject: [PATCH] Update Home Panel to v2.10.2 --- home-panel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 43bdb0d..72cd9cd 100755 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -21,7 +21,7 @@ RUN \ yarn=1.22.4-r0 \ \ && mkdir -p /opt/panel \ - && curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.10.1/home-panel.tar.gz" \ + && curl -L -s "https://github.com/timmo001/home-panel/releases/download/v2.10.2/home-panel.tar.gz" \ | tar zxvf - -C /opt/panel \ \ && cd /opt/panel \