From 47abec35c18813681d02ca4ee5680949e7381ff1 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Thu, 5 Dec 2024 17:42:41 +0100 Subject: [PATCH] docker: rename branch qns to quic-interop --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5865328..ccc6055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,10 +26,10 @@ COPY --from=builder-ssl \ /usr/local/lib/libssl.so* /usr/local/lib/libcrypto.so* /usr/local/lib/ ADD *.patch /tmp/ -ADD https://api.github.com/repos/haproxy/haproxy/git/refs/heads/qns version.json +ADD https://api.github.com/repos/haproxy/haproxy/git/refs/heads/quic-interop version.json ENV DEBIAN_FRONTEND noninteractive RUN apt-get -y update && apt-get -y install git make gcc liblua5.3-0 liblua5.3-dev \ - && git clone --depth 1 -b qns https://github.com/haproxy/haproxy.git haproxy \ + && git clone --depth 1 -b quic-interop https://github.com/haproxy/haproxy.git haproxy \ && cd /haproxy \ && patch -p1 < /tmp/0001-Add-timestamps-to-stderr-sink.patch \ && make -j $(nproc) \