Skip to content

Commit 0bbb151

Browse files
authored
ansible: update to OpenSSL 3.0.0-alpha15+quic (#2644)
Refs: nodejs/node#38451
1 parent a9853e4 commit 0bbb151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/docker/templates/ubuntu1804_sharedlibs.Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ ENV OPENSSL300DIR /opt/openssl-3.0.0
5858

5959
RUN mkdir -p /tmp/openssl_3.0.0 && \
6060
cd /tmp/openssl_3.0.0 && \
61-
git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha14+quic --depth 1 && \
61+
git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha15+quic --depth 1 && \
6262
cd openssl && \
6363
./config --prefix=$OPENSSL300DIR && \
6464
make -j 6 && \

0 commit comments

Comments
 (0)