We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e05d1 commit a096796Copy full SHA for a096796
docker/Dockerfile
@@ -84,8 +84,8 @@ RUN export GIT_ROOT=git-2.42.0 && \
84
85
FROM build_base AS build_cpython_system_ssl
86
COPY build_scripts/build-sqlite3.sh /build_scripts/
87
-RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3430100 && \
88
- export SQLITE_AUTOCONF_HASH=39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9 && \
+RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3430200 && \
+ export SQLITE_AUTOCONF_HASH=6d422b6f62c4de2ca80d61860e3a3fb693554d2f75bb1aaca743ccc4d6f609f0 && \
89
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2023 && \
90
manylinux-entrypoint /build_scripts/build-sqlite3.sh
91
0 commit comments