Skip to content

Commit 2834ca6

Browse files
haproxy: fix build (#14984)
1 parent 8fcdccb commit 2834ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/haproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
FROM gcr.io/oss-fuzz-base/base-builder
1717
RUN apt-get update && apt-get install -y make libpcre2-dev zlib1g-dev
1818
RUN git clone https://github.com/haproxy/haproxy
19-
RUN git clone https://github.com/vtest/VTest2 --depth=1
19+
RUN git clone https://code.vinyl-cache.org/vtest/VTest2
2020

2121
WORKDIR $SRC/haproxy
2222

0 commit comments

Comments
 (0)