Skip to content

Commit

Permalink
Bump openssl 3.0.13 → 3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
manylinux-bot[bot] committed Jun 6, 2024
1 parent 9c30ab6 commit 412c5b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ COPY build_scripts/build-cpython.sh /build_scripts/

FROM build_cpython_system_ssl AS build_cpython
COPY build_scripts/build-openssl.sh /build_scripts/
RUN export OPENSSL_ROOT=openssl-3.0.13 && \
export OPENSSL_HASH=88525753f79d3bec27d2fa7c66aa0b92b3aa9498dafd93d7cfa4b3780cdae313 && \
RUN export OPENSSL_ROOT=openssl-3.0.14 && \
export OPENSSL_HASH=eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca && \
export OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source && \
manylinux-entrypoint /build_scripts/build-openssl.sh

Expand Down

0 comments on commit 412c5b6

Please sign in to comment.