Skip to content

Commit 6492f6d

Browse files
authored
Merge pull request #1862 from pypa/update-dependencies-pr
[Bot] Update dependencies
2 parents 6123957 + b2c35e0 commit 6492f6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG PREPEND_PATH=/usr/local/bin:${DEVTOOLSET_ROOTPATH}/usr/bin:
88
ARG MANYLINUX_BUILDARCH=${BUILDARCH}
99
ARG MANYLINUX_DISABLE_CLANG=0
1010
ARG MANYLINUX_DISABLE_CLANG_FOR_CPYTHON=0
11-
ARG MANYLINUX_CLANG_VERSION=21.1.4.0
11+
ARG MANYLINUX_CLANG_VERSION=21.1.5.0
1212
ARG MANYLINUX_COSIGN_VERSION=3.0.2
1313

1414

@@ -86,8 +86,8 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
8686

8787
COPY build_scripts/install-libxcrypt.sh /build_scripts/
8888
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
89-
export LIBXCRYPT_VERSION=4.4.38 && \
90-
export LIBXCRYPT_HASH=80304b9c306ea799327f01d9a7549bdb28317789182631f1b54f4511b4206dd6 && \
89+
export LIBXCRYPT_VERSION=4.5.1 && \
90+
export LIBXCRYPT_HASH=e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86 && \
9191
export LIBXCRYPT_DOWNLOAD_URL=https://github.com/besser82/libxcrypt/releases/download && \
9292
/tmp/cross-compiler/entrypoint /build_scripts/install-libxcrypt.sh
9393

@@ -100,8 +100,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
100100
FROM build_base AS build_git
101101
COPY build_scripts/build-curl.sh /build_scripts/
102102
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
103-
export CURL_ROOT=curl-8.16.0 && \
104-
export CURL_HASH=a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 && \
103+
export CURL_ROOT=curl-8.17.0 && \
104+
export CURL_HASH=e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910 && \
105105
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
106106
/tmp/cross-compiler/entrypoint /build_scripts/build-curl.sh
107107
COPY build_scripts/build-git.sh /build_scripts/
@@ -115,8 +115,8 @@ RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
115115
FROM build_base AS build_sqlite3
116116
COPY build_scripts/build-sqlite3.sh /build_scripts/
117117
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
118-
export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3500400 && \
119-
export SQLITE_AUTOCONF_HASH=a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18 && \
118+
export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3510000 && \
119+
export SQLITE_AUTOCONF_HASH=42e26dfdd96aa2e6b1b1be5c88b0887f9959093f650d693cb02eb9c36d146ca5 && \
120120
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2025 && \
121121
/tmp/cross-compiler/entrypoint /build_scripts/build-sqlite3.sh
122122

0 commit comments

Comments
 (0)