Skip to content

Commit b932902

Browse files
author
Pan
committed
Bump embedded openssl version
1 parent 6997fe6 commit b932902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/manylinux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM quay.io/pypa/manylinux1_x86_64
22

33
ENV CMAKE cmake-2.8.12.2-Linux-i386
4-
ENV OPENSSL openssl-1.0.2n
4+
ENV OPENSSL openssl-1.0.2o
55
ENV LIBSSH2 libssh2-1.8.0
66

77
RUN yum install zlib-devel -y
@@ -12,7 +12,7 @@ RUN wget --no-check-certificate https://cmake.org/files/v2.8/${CMAKE}.tar.gz &&
1212
cp -af ${CMAKE}/bin/* /usr/bin/
1313

1414
# Openssl
15-
RUN wget ftp://ftp.openssl.org/source/${OPENSSL}.tar.gz && \
15+
RUN wget --no-check-certificate http://www.openssl.org/source/${OPENSSL}.tar.gz && \
1616
tar -xzf ${OPENSSL}.tar.gz && \
1717
cd ${OPENSSL} && \
1818
./config --prefix=/usr --openssldir=/usr/openssl threads shared && \

0 commit comments

Comments
 (0)