From 1451bad23ad2b94a18dbc5beb1f694eb5cd9d9b2 Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Mon, 3 Mar 2025 10:04:04 +0200 Subject: [PATCH] after migrating the HaRP repository - changing the org Signed-off-by: Oleksander Piskun --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7367c1..8c2b637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,9 @@ COPY --chmod=775 start.sh / RUN set -ex; \ ARCH=$(uname -m); \ if [ "$ARCH" = "aarch64" ]; then \ - FRP_URL="https://raw.githubusercontent.com/cloud-py-api/HaRP/main/exapps_dev/frp_0.61.1_linux_arm64.tar.gz"; \ + FRP_URL="https://raw.githubusercontent.com/nextcloud/HaRP/main/exapps_dev/frp_0.61.1_linux_arm64.tar.gz"; \ else \ - FRP_URL="https://raw.githubusercontent.com/cloud-py-api/HaRP/main/exapps_dev/frp_0.61.1_linux_amd64.tar.gz"; \ + FRP_URL="https://raw.githubusercontent.com/nextcloud/HaRP/main/exapps_dev/frp_0.61.1_linux_amd64.tar.gz"; \ fi; \ echo "Downloading FRP client from $FRP_URL"; \ curl -L "$FRP_URL" -o /tmp/frp.tar.gz; \