Skip to content

Commit

Permalink
Merge pull request #1943 from nghttp2/update-dockerfile
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
tatsuhiro-t committed Sep 4, 2023
2 parents 47ecf35 + 08c4722 commit 80d05fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN git clone --depth 1 -b OpenSSL_1_1_1v+quic https://github.com/quictls/openss
cd .. && \
rm -rf openssl

RUN git clone --depth 1 -b v0.13.0 https://github.com/ngtcp2/nghttp3 && \
RUN git clone --depth 1 -b v0.15.0 https://github.com/ngtcp2/nghttp3 && \
cd nghttp3 && \
autoreconf -i && \
./configure --enable-lib-only && \
Expand All @@ -24,7 +24,7 @@ RUN git clone --depth 1 -b v0.13.0 https://github.com/ngtcp2/nghttp3 && \
cd .. && \
rm -rf nghttp3

RUN git clone --depth 1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2 && \
RUN git clone --depth 1 -b v0.19.0 https://github.com/ngtcp2/ngtcp2 && \
cd ngtcp2 && \
autoreconf -i && \
./configure --enable-lib-only \
Expand All @@ -36,7 +36,7 @@ RUN git clone --depth 1 -b v0.17.0 https://github.com/ngtcp2/ngtcp2 && \
cd .. && \
rm -rf ngtcp2

RUN git clone --depth 1 -b v1.2.0 https://github.com/libbpf/libbpf && \
RUN git clone --depth 1 -b v1.2.2 https://github.com/libbpf/libbpf && \
cd libbpf && \
PREFIX=/usr/local make -C src install && \
cd .. && \
Expand Down

0 comments on commit 80d05fe

Please sign in to comment.