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 33f310d commit ede7da3Copy full SHA for ede7da3
docker/Dockerfile
@@ -85,8 +85,8 @@ RUN export GIT_ROOT=git-2.49.0 && \
85
86
FROM build_base AS build_sqlite3
87
COPY build_scripts/build-sqlite3.sh /build_scripts/
88
-RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3490200 && \
89
- export SQLITE_AUTOCONF_HASH=5c6d8697e8a32a1512a9be5ad2b2e7a891241c334f56f8b0fb4fc6051e1652e8 && \
+RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3500000 && \
+ export SQLITE_AUTOCONF_HASH=3bc776a5f243897415f3b80fb74db3236501d45194c75c7f69012e4ec0128327 && \
90
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2025 && \
91
manylinux-entrypoint /build_scripts/build-sqlite3.sh
92
0 commit comments