We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22d51c commit 47abec3Copy full SHA for 47abec3
1 file changed
Dockerfile
@@ -26,10 +26,10 @@ COPY --from=builder-ssl \
26
/usr/local/lib/libssl.so* /usr/local/lib/libcrypto.so* /usr/local/lib/
27
28
ADD *.patch /tmp/
29
-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
30
ENV DEBIAN_FRONTEND noninteractive
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 \
+ && git clone --depth 1 -b quic-interop https://github.com/haproxy/haproxy.git haproxy \
33
&& cd /haproxy \
34
&& patch -p1 < /tmp/0001-Add-timestamps-to-stderr-sink.patch \
35
&& make -j $(nproc) \
0 commit comments