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:
lwthiker
2024-02-29 22:38:23 +02:00
parent 43c4b38ef9
commit 6d04ffee27
5 changed files with 5 additions and 5 deletions

View File

@@ -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