summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a32229e..d235c7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,5 @@
-FROM gentoo/stage3-amd64:20190829
+FROM gentoo/stage3:amd64
+#FROM gentoo/stage3:amd64-20201121
RUN emerge --sync && \
emerge -1 portage
@@ -7,7 +8,7 @@ RUN emerge --sync && \
# echo 'PYTHON_TARGETS="${PYTHON_TARGETS} python3_6"' >> /etc/portage/make.conf && \
# echo 'PYTHON_SINGLE_TARGET="python3_6"' >> /etc/portage/make.conf
-RUN emerge =gcc-8.3.0* distcc
+RUN emerge =gcc-9.3.0* distcc
RUN ( \
echo "#!/bin/sh" && \