From 262b63fcae0c7e15bc824bcc90fa69342f33be70 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 20 Jun 2023 19:37:52 -0400 Subject: [PATCH] new repo location --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a6fbe52..809d22e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN sh -c '\ # Grab the repository at the specified branch or tag. If there wasn't any change we should enjoy the cache. RUN sh -c '\ cd /tmp/ctdl_build && \ - git clone -b $branch --single-branch git://git.citadel.org/citadel' + git clone -b $branch --single-branch https://code.citadel.org/citadel/citadel.git' # Build libcitadel RUN sh -c '\ -- 2.30.2