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 dc83211 commit ae9080bCopy full SHA for ae9080b
docker/Dockerfile
@@ -81,8 +81,8 @@ RUN export GIT_ROOT=git-2.45.2 && \
81
82
FROM build_base AS build_cpython_system_ssl
83
COPY build_scripts/build-sqlite3.sh /build_scripts/
84
-RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3460100 && \
85
- export SQLITE_AUTOCONF_HASH=67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071 && \
+RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3470000 && \
+ export SQLITE_AUTOCONF_HASH=83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957 && \
86
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2024 && \
87
manylinux-entrypoint /build_scripts/build-sqlite3.sh
88
0 commit comments