Skip to content

Commit 47abec3

Browse files
committed
docker: rename branch qns to quic-interop
1 parent f22d51c commit 47abec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2828
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
3030
ENV DEBIAN_FRONTEND noninteractive
3131
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 \
3333
&& cd /haproxy \
3434
&& patch -p1 < /tmp/0001-Add-timestamps-to-stderr-sink.patch \
3535
&& make -j $(nproc) \

0 commit comments

Comments
 (0)