diff options
author | Sam James <sam@gentoo.org> | 2024-02-08 01:11:07 +0000 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2024-02-07 19:16:39 -0800 |
commit | e60a0dc885101fb64a14e4d44b4b09f5ea90de3c (patch) | |
tree | f42e656da0718039ed5e6fd4be55c7a4af845a5a /stage3.Dockerfile | |
parent | Drop references to uclibc (diff) | |
download | docker-images-e60a0dc885101fb64a14e4d44b4b09f5ea90de3c.tar.gz docker-images-e60a0dc885101fb64a14e4d44b4b09f5ea90de3c.tar.bz2 docker-images-e60a0dc885101fb64a14e4d44b4b09f5ea90de3c.zip |
Dockerfiles: use modern Alpine (3.11->3.19) for builds
3.11 was EOL'd on 2021-11-01.
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/135
Signed-off-by: John Helmert III <ajak@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 111ae96..3289fcf 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 --platform=$BUILDPLATFORM ${BOOTSTRAP:-alpine:3.11} as builder +FROM --platform=$BUILDPLATFORM ${BOOTSTRAP:-alpine:3.19} as builder WORKDIR /gentoo |