diff --git a/Dockerfile b/Dockerfile
index 629a56abf2b707daf17cc6ababefe32667d3cb04..d3ffa2e9281dca325d6547f59d337b8e49c5cda5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ ARG VERSION=master
 
 RUN true \
     && apk add --no-cache --virtual .build-utils git make \
-    && git clone https://github.com/m13253/dns-over-https.git --depth 1 -b "$VERSION" \
+    && git clone https://git.shivering-isles.com/github-mirror/m13253/dns-over-https.git --depth 1 -b "$VERSION" \
     && cd dns-over-https \
     && make \
     && make install \