mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-11 11:11:23 +00:00
Use an even newer version of BoringSSL
Use the latest 'chromium-stable' tag, which has fixes for compiling with gcc 13.
This commit is contained in:
@@ -39,7 +39,7 @@ RUN cd brotli-${BROTLI_VERSION} && \
|
||||
|
||||
# BoringSSL doesn't have versions. Choose a commit that is used in a stable
|
||||
# Chromium version.
|
||||
ARG BORING_SSL_COMMIT=d24a38200fef19150eef00cad35b138936c08767
|
||||
ARG BORING_SSL_COMMIT=1b7fdbd9101dedc3e0aa3fcf4ff74eacddb34ecc
|
||||
RUN curl -L https://github.com/google/boringssl/archive/${BORING_SSL_COMMIT}.zip -o boringssl.zip && \
|
||||
unzip boringssl && \
|
||||
mv boringssl-${BORING_SSL_COMMIT} boringssl
|
||||
|
Reference in New Issue
Block a user