diff --git a/releng/docker/Dockerfile b/releng/docker/Dockerfile index 813553bd9..ff870cb31 100644 --- a/releng/docker/Dockerfile +++ b/releng/docker/Dockerfile @@ -7,7 +7,7 @@ # repository you want on /zbm inside the container. # Use the official Void Linux container -FROM voidlinux/voidlinux:latest +FROM ghcr.io/void-linux/void-glibc-full:latest ARG ZBM_COMMIT_HASH # Ensure everything is up-to-date diff --git a/releng/docker/image-build.sh b/releng/docker/image-build.sh index dfa02253e..f9c1c810a 100755 --- a/releng/docker/image-build.sh +++ b/releng/docker/image-build.sh @@ -102,7 +102,7 @@ if [ ! -r "${ZBM_BUILDER}" ]; then fi maintainer="ZFSBootMenu Team, https://zfsbootmenu.org" -container="$(buildah from ghcr.io/void-linux/void-linux:latest-full-x86_64)" +container="$(buildah from ghcr.io/void-linux/void-glibc-full:latest)" buildah config --label author="${maintainer}" "${container}"