aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-08 01:11:07 +0000
committerJohn Helmert III <ajak@gentoo.org>2024-02-07 19:16:39 -0800
commite60a0dc885101fb64a14e4d44b4b09f5ea90de3c (patch)
treef42e656da0718039ed5e6fd4be55c7a4af845a5a
parentDrop references to uclibc (diff)
downloaddocker-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>
-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 23261d2..deb7969 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 --platform=$BUILDPLATFORM alpine:3.11 as builder
+FROM --platform=$BUILDPLATFORM alpine:3.19 as builder
WORKDIR /portage
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