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 AF02D138350 for ; Thu, 9 Apr 2020 07:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD44E09A2; Thu, 9 Apr 2020 07:26:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C086CE09A2 for ; Thu, 9 Apr 2020 07:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A38AD34F034 for ; Thu, 9 Apr 2020 07:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A1E1C5 for ; Thu, 9 Apr 2020 07:26:08 +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: <1586417116.158dff0a4830da4ee7ffcbc3d8b199ab3ed06460.ultrabug@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: portage.Dockerfile stage3.Dockerfile X-VCS-Directories: / X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 158dff0a4830da4ee7ffcbc3d8b199ab3ed06460 X-VCS-Branch: master Date: Thu, 9 Apr 2020 07:26:08 +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: bfcd0c8e-e5b5-4714-b1d4-ed1c4386fe6c X-Archives-Hash: 67dd1b218a1c6bbf2463e30e3449b92e commit: 158dff0a4830da4ee7ffcbc3d8b199ab3ed06460 Author: Robert Marko gmail com> AuthorDate: Tue Apr 7 15:49:45 2020 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Thu Apr 9 07:25:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=158dff0a Update portage and stage3 to Alpine 3.11 Alpine 3.7 is quite old now, so lets update to 3.11 branch. Signed-off-by: Robert Marko gmail.com> Signed-off-by: Alexys Jacob gentoo.org> portage.Dockerfile | 2 +- stage3.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portage.Dockerfile b/portage.Dockerfile index b551d42..7f51c7e 100644 --- a/portage.Dockerfile +++ b/portage.Dockerfile @@ -3,7 +3,7 @@ # docker-17.05.0 or later. It fetches a daily snapshot from the official # sources and verifies its checksum as well as its gpg signature. -FROM alpine:3.7 as builder +FROM alpine:3.11 as builder WORKDIR /portage diff --git a/stage3.Dockerfile b/stage3.Dockerfile index 778d531..944aa02 100644 --- a/stage3.Dockerfile +++ b/stage3.Dockerfile @@ -4,7 +4,7 @@ # sources and verifies its checksum as well as its gpg signature. ARG BOOTSTRAP -FROM ${BOOTSTRAP:-alpine:3.7} as builder +FROM ${BOOTSTRAP:-alpine:3.11} as builder WORKDIR /gentoo