Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/docker-images:master commit in: /
Date: Thu, 20 Aug 2020 12:17:38
Message-Id: 1597925846.9b5fdd94fe9607890dda96ca436ba52a99384bf6.ultrabug@gentoo
1 commit: 9b5fdd94fe9607890dda96ca436ba52a99384bf6
2 Author: Michael Everitt <gentoo <AT> veremit <DOT> xyz>
3 AuthorDate: Tue Jul 28 15:01:44 2020 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 12:17:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=9b5fdd94
7
8 Update source alpine image in build.sh to match .travis.yml
9
10 Signed-off-by: Michael Everitt <gentoo <AT> veremit.xyz>
11 Closes: https://github.com/gentoo/gentoo-docker-images/pull/83
12 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
13
14 build.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/build.sh b/build.sh
18 index 887b597..10651cf 100755
19 --- a/build.sh
20 +++ b/build.sh
21 @@ -27,7 +27,7 @@ ORG=${ORG:-gentoo}
22 if [[ "${ARCH}" == "x86" ]]; then
23 DOCKER_ARCH="386"
24 MICROARCH="i686"
25 - BOOTSTRAP="multiarch/alpine:x86-v3.7"
26 + BOOTSTRAP="multiarch/alpine:x86-v3.11"
27 elif [[ "${ARCH}" = ppc* ]]; then
28 MICROARCH="${ARCH}"
29 ARCH=ppc