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 \
26
26
/usr/local/lib/libssl.so* /usr/local/lib/libcrypto.so* /usr/local/lib/
27
27
28
28
ADD *.patch /tmp/
29
- ADD https://api.github.com/repos/haproxy/haproxy/git/refs/heads/qns version.json
29
+ ADD https://api.github.com/repos/haproxy/haproxy/git/refs/heads/quic-interop version.json
30
30
ENV DEBIAN_FRONTEND noninteractive
31
31
RUN 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/haproxy/haproxy.git haproxy \
32
+ && git clone --depth 1 -b quic-interop https://github.com/haproxy/haproxy.git haproxy \
33
33
&& cd /haproxy \
34
34
&& patch -p1 < /tmp/0001-Add-timestamps-to-stderr-sink.patch \
35
35
&& make -j $(nproc) \
You can’t perform that action at this time.
0 commit comments