diff --git a/Dockerfile.arch b/Dockerfile.arch index e9051c46..f294fef1 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -58,7 +58,7 @@ USER root RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst WORKDIR /usr/src -RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber WORKDIR /usr/src/stabber RUN ./bootstrap.sh diff --git a/Dockerfile.debian b/Dockerfile.debian index 8261135c..44905d01 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity} WORKDIR /usr/src -RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe WORKDIR /usr/src/stabber diff --git a/Dockerfile.fedora b/Dockerfile.fedora index 79a71e77..d4bb9a31 100644 --- a/Dockerfile.fedora +++ b/Dockerfile.fedora @@ -46,7 +46,7 @@ ENV LC_ALL en_US.UTF-8 RUN mkdir -p /usr/src WORKDIR /usr/src -RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber WORKDIR /usr/src/stabber RUN ./bootstrap.sh RUN ./configure --prefix=/usr --disable-dependency-tracking diff --git a/Dockerfile.tumbleweed b/Dockerfile.tumbleweed index cf0949f3..08989e43 100644 --- a/Dockerfile.tumbleweed +++ b/Dockerfile.tumbleweed @@ -45,7 +45,7 @@ ENV LC_ALL en_US.UTF-8 RUN mkdir -p /usr/src WORKDIR /usr/src -RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber WORKDIR /usr/src/stabber RUN ./bootstrap.sh RUN ./configure --prefix=/usr --disable-dependency-tracking diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index db9bb5af..34b56f1a 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN mkdir -p /usr/src/{stabber,libstrophe,profanity} WORKDIR /usr/src -RUN git clone -c http.sslverify=false https://git.jabber.space/jabber.developer2/stabber +RUN git clone -c http.sslverify=false https://git.jabber.space/devs/stabber RUN git clone -c http.sslverify=false https://github.com/strophe/libstrophe WORKDIR /usr/src/stabber