From 0de9c8fd70b35a76827be525ee3823e6190ce755 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 17 Jul 2021 23:27:19 +0200
Subject: [PATCH] Use own mirror for clones

This patch replaces the official location with the local github mirror,
in order to prevent things from disappearing.
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 629a56a..d3ffa2e 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 \
-- 
GitLab