We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9853e4 commit 0bbb151Copy full SHA for 0bbb151
ansible/roles/docker/templates/ubuntu1804_sharedlibs.Dockerfile.j2
@@ -58,7 +58,7 @@ ENV OPENSSL300DIR /opt/openssl-3.0.0
58
59
RUN mkdir -p /tmp/openssl_3.0.0 && \
60
cd /tmp/openssl_3.0.0 && \
61
- git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha14+quic --depth 1 && \
+ git clone https://github.com/quictls/openssl.git -b openssl-3.0.0-alpha15+quic --depth 1 && \
62
cd openssl && \
63
./config --prefix=$OPENSSL300DIR && \
64
make -j 6 && \
0 commit comments