From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A932138359 for ; Thu, 20 Aug 2020 12:17:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5749BE0C8D; Thu, 20 Aug 2020 12:17:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF976E0C8D for ; Thu, 20 Aug 2020 12:17:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F89534F061 for ; Thu, 20 Aug 2020 12:17:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B1E3310 for ; Thu, 20 Aug 2020 12:17:34 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1597925846.9b5fdd94fe9607890dda96ca436ba52a99384bf6.ultrabug@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: build.sh X-VCS-Directories: / X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 9b5fdd94fe9607890dda96ca436ba52a99384bf6 X-VCS-Branch: master Date: Thu, 20 Aug 2020 12:17:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6bd59a0-b0d4-47ca-8521-70f9fd2cb262 X-Archives-Hash: 80f9ccd29f35c9463fbc354cc95071f8 commit: 9b5fdd94fe9607890dda96ca436ba52a99384bf6 Author: Michael Everitt veremit xyz> AuthorDate: Tue Jul 28 15:01:44 2020 +0000 Commit: Alexys Jacob gentoo 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 veremit.xyz> Closes: https://github.com/gentoo/gentoo-docker-images/pull/83 Signed-off-by: Alexys Jacob 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