aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2020-04-07 17:49:45 +0200
committerAlexys Jacob <ultrabug@gentoo.org>2020-04-09 09:25:16 +0200
commit158dff0a4830da4ee7ffcbc3d8b199ab3ed06460 (patch)
treecb3a7b2f024e682346154b524d837aa0cd5bdc43
parentFix portage and stage3 generation (diff)
downloaddocker-images-158dff0a4830da4ee7ffcbc3d8b199ab3ed06460.tar.gz
docker-images-158dff0a4830da4ee7ffcbc3d8b199ab3ed06460.tar.bz2
docker-images-158dff0a4830da4ee7ffcbc3d8b199ab3ed06460.zip
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 <robimarko@gmail.com> Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
-rw-r--r--portage.Dockerfile2
-rw-r--r--stage3.Dockerfile2
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