new repo location
authorArt Cancro <ajc@citadel.org>
Tue, 20 Jun 2023 23:37:52 +0000 (19:37 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 20 Jun 2023 23:37:52 +0000 (19:37 -0400)
Dockerfile

index a6fbe52272252c603059b0ec1261f07d32b2bd1b..809d22e57103a8affc097fac74e83b37562b946f 100644 (file)
@@ -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 '\