From 734ab1ffb44d5cef730678d53799b2d0c7c59e19 Mon Sep 17 00:00:00 2001
From: Poncho <poncho@spahan.ch>
Date: Sat, 26 Dec 2020 13:05:31 +0100
Subject: [PATCH] Dockerfile: use images by KSmanis

see https://github.com/gentoo/gentoo-docker-images/pull/100
and https://github.com/gentoo/gentoo-docker-images/issues/97
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 645892b..f1a0a07 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
-FROM gentoo/portage:latest as portage
-FROM gentoo/stage3:amd64-nomultilib
+FROM ksmanis/portage:latest as portage
+FROM ksmanis/stage3:amd64-nomultilib
 
 COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
 
-- 
GitLab