We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497bb79 commit 1451badCopy full SHA for 1451bad
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