Skip to content

Commit a096796

Browse files
Bump sqlite 3.43.1 → 3.43.2
1 parent c1e05d1 commit a096796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ RUN export GIT_ROOT=git-2.42.0 && \
8484

8585
FROM build_base AS build_cpython_system_ssl
8686
COPY build_scripts/build-sqlite3.sh /build_scripts/
87-
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3430100 && \
88-
export SQLITE_AUTOCONF_HASH=39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9 && \
87+
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3430200 && \
88+
export SQLITE_AUTOCONF_HASH=6d422b6f62c4de2ca80d61860e3a3fb693554d2f75bb1aaca743ccc4d6f609f0 && \
8989
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2023 && \
9090
manylinux-entrypoint /build_scripts/build-sqlite3.sh
9191

0 commit comments

Comments
 (0)