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.
2 parents 3131ca0 + 1451bad commit 0516ac6Copy full SHA for 0516ac6
Dockerfile
@@ -22,9 +22,9 @@ COPY --chmod=775 start.sh /
22
RUN set -ex; \
23
ARCH=$(uname -m); \
24
if [ "$ARCH" = "aarch64" ]; then \
25
- 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"; \
26
else \
27
- 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"; \
28
fi; \
29
echo "Downloading FRP client from $FRP_URL"; \
30
curl -L "$FRP_URL" -o /tmp/frp.tar.gz; \
0 commit comments