Skip to content

Commit 16f7504

Browse files
committed
ci: change alpine linux url
1 parent 39c75bb commit 16f7504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tools/ci/build_server_proot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ curl -s -d "$json" "$TG_WEBHOOK" || true
1717
curl -s -d "$json" "$DISCORD_WEBHOOK" || true
1818

1919
# 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
20+
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
2121

2222
# get our patched proot build
2323
# source code: https://runtime.fivem.net/build/proot-v5.1.1.tar.gz

0 commit comments

Comments
 (0)