From 9b5fdd94fe9607890dda96ca436ba52a99384bf6 Mon Sep 17 00:00:00 2001 From: Michael Everitt Date: Tue, 28 Jul 2020 16:01:44 +0100 Subject: Update source alpine image in build.sh to match .travis.yml Signed-off-by: Michael Everitt Closes: https://github.com/gentoo/gentoo-docker-images/pull/83 Signed-off-by: Alexys Jacob --- 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 -- cgit v1.2.3-65-gdbad