Skip to content

Commit e0024a7

Browse files
committed
Bump libngtcp2.so
1 parent cefa913 commit e0024a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngtcp2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ COPY --from=build-curl /usr/local/lib/libcurl.so.4 /usr/local/lib/libcurl.so.4
7474
COPY --from=build-curl /usr/local/bin/curl /usr/local/bin/curl
7575
COPY --from=build-curl /openssl/lib64/ /openssl/lib64/
7676
COPY --from=build-curl /nghttp3/lib/libnghttp3.so.3 /nghttp3/lib/libnghttp3.so.3
77-
COPY --from=build-curl /ngtcp2/lib/libngtcp2.so.7 /ngtcp2/lib/libngtcp2.so.7
77+
COPY --from=build-curl /ngtcp2/lib/libngtcp2.so.8 /ngtcp2/lib/libngtcp2.so.8
7878
COPY --from=build-curl /ngtcp2/lib/libngtcp2_crypto_openssl.so.2 /ngtcp2/lib/libngtcp2_crypto_openssl.so.2
7979
RUN ldconfig
8080
CMD ["bash"]

0 commit comments

Comments
 (0)