Skip to content

Commit 412c5b6

Browse files
Bump openssl 3.0.13 → 3.0.14
1 parent 9c30ab6 commit 412c5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ COPY build_scripts/build-cpython.sh /build_scripts/
102102

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

0 commit comments

Comments
 (0)