@@ -76,8 +76,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
76
76
77
77
FROM build_base AS build_git
78
78
COPY build_scripts/build-git.sh /build_scripts/
79
- RUN export GIT_ROOT=git-2.36.0 && \
80
- export GIT_HASH=9785f8c99daea037b8443d2f7397ac6aafbf8d5ff21fbfe2e5c0d443d126e211 && \
79
+ RUN export GIT_ROOT=git-2.36.1 && \
80
+ export GIT_HASH=37d936fd17c81aa9ddd3dba4e56e88a45fa534ad0ba946454e8ce818760c6a2c && \
81
81
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
82
82
manylinux-entrypoint /build_scripts/build-git.sh
83
83
@@ -95,14 +95,14 @@ RUN export SWIG_ROOT=swig-4.0.2 && \
95
95
96
96
FROM build_base AS build_cpython
97
97
COPY build_scripts/build-sqlite3.sh /build_scripts/
98
- RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3380300 && \
99
- export SQLITE_AUTOCONF_HASH=61f2dd93a2e38c33468b7125967c3218bf9f4dd8365def6025e314f905dc942e && \
98
+ RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3380500 && \
99
+ export SQLITE_AUTOCONF_HASH=5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c && \
100
100
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2022 && \
101
101
manylinux-entrypoint /build_scripts/build-sqlite3.sh
102
102
103
103
COPY build_scripts/build-openssl.sh /build_scripts/
104
- RUN export OPENSSL_ROOT=openssl-1.1.1n && \
105
- export OPENSSL_HASH=40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a && \
104
+ RUN export OPENSSL_ROOT=openssl-1.1.1o && \
105
+ export OPENSSL_HASH=9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f && \
106
106
export OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source && \
107
107
manylinux-entrypoint /build_scripts/build-openssl.sh
108
108
0 commit comments