Skip to content

Commit dd325b0

Browse files
authored
fix
1 parent 03e9fdb commit dd325b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github/Runners/bootstrap/archlinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -x
1212
##Bootstrap
1313
pushd "$(mktemp -d)" >/dev/null 2>&1
1414
docker stop "archlinux-base" 2>/dev/null ; docker rm "archlinux-base" 2>/dev/null
15-
docker run --name "archlinux-base" --privileged "azathothas/archlinux:latest" bash -l -c '
15+
docker run --name "archlinux-base" --privileged "pkgforge/archlinux:latest" bash -l -c '
1616
#Bootstrap
1717
pacman -y --sync --refresh --sysupgrade --noconfirm --debug
1818
packages="bash binutils curl fakechroot fakeroot gawk git sed wget"

0 commit comments

Comments
 (0)