aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wireshark/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wireshark/Dockerfile')
-rw-r--r--projects/wireshark/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/wireshark/Dockerfile b/projects/wireshark/Dockerfile
index 4baee807..bddbf98e 100644
--- a/projects/wireshark/Dockerfile
+++ b/projects/wireshark/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y ninja-build cmake \
flex bison libc-ares-dev \
libglib2.0-dev libgcrypt20-dev
-RUN git clone --depth=1 https://code.wireshark.org/review/wireshark
+RUN git clone --depth=1 https://gitlab.com/wireshark/wireshark.git
RUN git clone --depth=1 https://bitbucket.org/jwzawadzki/wireshark-fuzzdb.git
WORKDIR wireshark