We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcdccb commit 2834ca6Copy full SHA for 2834ca6
projects/haproxy/Dockerfile
@@ -16,7 +16,7 @@
16
FROM gcr.io/oss-fuzz-base/base-builder
17
RUN apt-get update && apt-get install -y make libpcre2-dev zlib1g-dev
18
RUN git clone https://github.com/haproxy/haproxy
19
-RUN git clone https://github.com/vtest/VTest2 --depth=1
+RUN git clone https://code.vinyl-cache.org/vtest/VTest2
20
21
WORKDIR $SRC/haproxy
22
0 commit comments