We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefa913 commit e0024a7Copy full SHA for e0024a7
ngtcp2/Dockerfile
@@ -74,7 +74,7 @@ COPY --from=build-curl /usr/local/lib/libcurl.so.4 /usr/local/lib/libcurl.so.4
74
COPY --from=build-curl /usr/local/bin/curl /usr/local/bin/curl
75
COPY --from=build-curl /openssl/lib64/ /openssl/lib64/
76
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
+COPY --from=build-curl /ngtcp2/lib/libngtcp2.so.8 /ngtcp2/lib/libngtcp2.so.8
78
COPY --from=build-curl /ngtcp2/lib/libngtcp2_crypto_openssl.so.2 /ngtcp2/lib/libngtcp2_crypto_openssl.so.2
79
RUN ldconfig
80
CMD ["bash"]
0 commit comments