mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
docker: use correct version of BorignSSL. Fixes #140
This commit is contained in:
parent
7483dee074
commit
67507cc4b6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ COPY ./ /src/lsquic/
|
|||
|
||||
RUN git clone https://boringssl.googlesource.com/boringssl && \
|
||||
cd boringssl && \
|
||||
git checkout 49de1fc2910524c888866c7e2b0db1ba8af2a530 && \
|
||||
git checkout 251b5169fd44345f455438312ec4e18ae07fd58c && \
|
||||
cmake . && \
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in a new issue