about summary refs log tree commit diff stats
path: root/Dockerfile.debian
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.debian')
-rw-r--r--Dockerfile.debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.debian b/Dockerfile.debian
index 2d85ff43..9f110d2b 100644
--- a/Dockerfile.debian
+++ b/Dockerfile.debian
@@ -32,8 +32,8 @@ 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 git://github.com/boothj5/stabber.git
-RUN git clone git://github.com/strophe/libstrophe.git
+RUN git clone https://github.com/boothj5/stabber
+RUN git clone https://github.com/strophe/libstrophe
 
 WORKDIR /usr/src/stabber
 RUN ./bootstrap.sh