File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ COPY --from=builder-ssl \
2626 /usr/local/lib/libssl.so* /usr/local/lib/libcrypto.so* /usr/local/lib/
2727
2828ADD *.patch /tmp/
29- ADD https://api.github.com/repos/haproxytech/quic-dev /git/refs/heads/qns version.json
29+ ADD https://api.github.com/repos/haproxy/haproxy /git/refs/heads/qns version.json
3030ENV DEBIAN_FRONTEND noninteractive
3131RUN apt-get -y update && apt-get -y install git make gcc liblua5.3-0 liblua5.3-dev \
32- && git clone --depth 1 -b qns https://github.com/haproxytech/quic-dev .git haproxy \
32+ && git clone --depth 1 -b qns https://github.com/haproxy/haproxy .git haproxy \
3333 && cd /haproxy \
3434 && patch -p1 < /tmp/0001-Add-timestamps-to-stderr-sink.patch \
3535 && make -j $(nproc) \
You can’t perform that action at this time.
0 commit comments