We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c75bb commit 16f7504Copy full SHA for 16f7504
code/tools/ci/build_server_proot.sh
@@ -17,7 +17,7 @@ curl -s -d "$json" "$TG_WEBHOOK" || true
17
curl -s -d "$json" "$DISCORD_WEBHOOK" || true
18
19
# get an alpine rootfs
20
-curl -sLo alpine-minirootfs-3.8.0-x86_64.tar.gz http://dl-cdn.alpinelinux.org/alpine/edge/releases/x86_64/alpine-minirootfs-3.8.0-x86_64.tar.gz
+curl -sLo alpine-minirootfs-3.8.0-x86_64.tar.gz http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/x86_64/alpine-minirootfs-3.8.0-x86_64.tar.gz
21
22
# get our patched proot build
23
# source code: https://runtime.fivem.net/build/proot-v5.1.1.tar.gz
0 commit comments