From d9efdc25d4dfb97a546d3e134e044ef4331d928b Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Thu, 29 Apr 2021 21:46:07 -0600 Subject: update example Dockerfile to point to a current official docker image references https://github.com/gentoo/gentoo-docker-images/issues/86 Signed-off-by: Brett Holman Closes: https://github.com/gentoo/gentoo-docker-images/pull/104 Signed-off-by: Alexys Jacob --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e00b3c..651b940 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ Example _Dockerfile_ # name the portage image FROM gentoo/portage:latest as portage -# image is based on stage3-amd64 -FROM gentoo/stage3-amd64:latest +# based on stage3 image +FROM gentoo/stage3:latest # copy the entire portage volume in COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo -- cgit v1.2.3-65-gdbad