diff options
author | Robert Marko <robimarko@gmail.com> | 2020-04-07 17:49:45 +0200 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2020-04-09 09:25:16 +0200 |
commit | 158dff0a4830da4ee7ffcbc3d8b199ab3ed06460 (patch) | |
tree | cb3a7b2f024e682346154b524d837aa0cd5bdc43 /stage3.Dockerfile | |
parent | Fix portage and stage3 generation (diff) | |
download | docker-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>
Diffstat (limited to 'stage3.Dockerfile')
-rw-r--r-- | stage3.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |