aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'stage3.Dockerfile')
-rw-r--r--stage3.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage3.Dockerfile b/stage3.Dockerfile
index c40984d..2358d92 100644
--- a/stage3.Dockerfile
+++ b/stage3.Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /gentoo
ARG ARCH=amd64
ARG MICROARCH=amd64
ARG SUFFIX
-ARG DIST="http://distfiles.gentoo.org/releases/${ARCH}/autobuilds/"
+ARG DIST="https://ftp-osl.osuosl.org/pub/gentoo/releases/${ARCH}/autobuilds/"
ARG SIGNING_KEY="0xBB572E0E2D182910"
RUN echo "Building Gentoo Container image for ${ARCH} ${SUFFIX} fetching from ${DIST}" \