mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-09-08 09:51:52 +00:00
Upgrade BoringSSL version
Upgrade to commit d24a38200fef19150eef00cad35b138936c08767, which is the current 'chromium-stable' tag.
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ RUN tar xf ${NSS_VERSION}.tar.gz && \
|
||||
{{#chrome}}
|
||||
# BoringSSL doesn't have versions. Choose a commit that is used in a stable
|
||||
# Chromium version.
|
||||
ARG BORING_SSL_COMMIT=3a667d10e94186fd503966f5638e134fe9fb4080
|
||||
ARG BORING_SSL_COMMIT=d24a38200fef19150eef00cad35b138936c08767
|
||||
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