From e60a0dc885101fb64a14e4d44b4b09f5ea90de3c Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 8 Feb 2024 01:11:07 +0000 Subject: Dockerfiles: use modern Alpine (3.11->3.19) for builds 3.11 was EOL'd on 2021-11-01. Signed-off-by: Sam James Closes: https://github.com/gentoo/gentoo-docker-images/pull/135 Signed-off-by: John Helmert III --- stage3.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stage3.Dockerfile') 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 -- cgit v1.2.3-65-gdbad