Skip to content

Commit ac9d5ec

Browse files
authored
Merge pull request #1315 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents f9c0a9b + 4c5620c commit ac9d5ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7676

7777
FROM build_base AS build_git
7878
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 && \
8181
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
8282
manylinux-entrypoint /build_scripts/build-git.sh
8383

@@ -95,14 +95,14 @@ RUN export SWIG_ROOT=swig-4.0.2 && \
9595

9696
FROM build_base AS build_cpython
9797
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 && \
100100
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2022 && \
101101
manylinux-entrypoint /build_scripts/build-sqlite3.sh
102102

103103
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 && \
106106
export OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source && \
107107
manylinux-entrypoint /build_scripts/build-openssl.sh
108108

0 commit comments

Comments
 (0)