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 04cac01 commit 4c5620cCopy full SHA for 4c5620c
docker/Dockerfile
@@ -101,8 +101,8 @@ RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3380500 && \
101
manylinux-entrypoint /build_scripts/build-sqlite3.sh
102
103
COPY build_scripts/build-openssl.sh /build_scripts/
104
-RUN export OPENSSL_ROOT=openssl-1.1.1n && \
105
- export OPENSSL_HASH=40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a && \
+RUN export OPENSSL_ROOT=openssl-1.1.1o && \
+ export OPENSSL_HASH=9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f && \
106
export OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source && \
107
manylinux-entrypoint /build_scripts/build-openssl.sh
108
0 commit comments