commit: 9b5fdd94fe9607890dda96ca436ba52a99384bf6 Author: Michael Everitt <gentoo <AT> veremit <DOT> xyz> AuthorDate: Tue Jul 28 15:01:44 2020 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Thu Aug 20 12:17:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=9b5fdd94
Update source alpine image in build.sh to match .travis.yml Signed-off-by: Michael Everitt <gentoo <AT> veremit.xyz> Closes: https://github.com/gentoo/gentoo-docker-images/pull/83 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org> build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 887b597..10651cf 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ ORG=${ORG:-gentoo} if [[ "${ARCH}" == "x86" ]]; then DOCKER_ARCH="386" MICROARCH="i686" - BOOTSTRAP="multiarch/alpine:x86-v3.7" + BOOTSTRAP="multiarch/alpine:x86-v3.11" elif [[ "${ARCH}" = ppc* ]]; then MICROARCH="${ARCH}" ARCH=ppc
