We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4daf8c commit cb5f84fCopy full SHA for cb5f84f
Dockerfile
@@ -20,9 +20,9 @@ COPY --chmod=775 start.sh /
20
RUN set -ex; \
21
ARCH=$(uname -m); \
22
if [ "$ARCH" = "aarch64" ]; then \
23
- 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"; \
24
else \
25
- 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"; \
26
fi; \
27
echo "Downloading FRP client from $FRP_URL"; \
28
curl -L "$FRP_URL" -o /tmp/frp.tar.gz; \
0 commit comments