From f92a698d8a3019ee3fab12838406358b1d8e406d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 10 Dec 2024 17:53:22 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-build-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/images/docker-build-agent.md b/docs/images/docker-build-agent.md index ff1780107a..c65a51256b 100755 --- a/docs/images/docker-build-agent.md +++ b/docs/images/docker-build-agent.md @@ -27,7 +27,7 @@ services: restart: unless-stopped ``` -For x86_64 machines, run `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes` on the host to enable qemu before bringing any build agent containers up. +For x86_64 machines, run `docker run --rm --privileged ghcr.io/linuxserver/qemu-static --reset -p yes` on the host to enable qemu before bringing any build agent containers up. - { date: "01.07.24:", desc: "Update JRE to 17." } - { date: "16.01.24:", desc: "Add yq." }