From a72d708bd0985adc2396325068bd5b25443d9583 Mon Sep 17 00:00:00 2001 From: Timmo Date: Sat, 14 Sep 2019 17:38:11 +0100 Subject: [PATCH] :hammer: Update temporary url to working ingress --- home-panel/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 1860352..9ef1a33 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -25,7 +25,7 @@ RUN \ && mkdir -p /tmp/panel \ # TODO: Replace with actual download && curl -J -L -o /tmp/panel.zip \ - "https://gitlab.com/timmo/home-panel/-/jobs/295369766/artifacts/download" \ + "https://gitlab.com/timmo/home-panel/-/jobs/295398245/artifacts/download" \ && unzip -d /tmp/panel /tmp/panel.zip \ && mv /tmp/panel/build/* /opt/panel/public \ \