Skip to content

Commit ae9080b

Browse files
Bump sqlite 3.46.1 → 3.47.0
1 parent dc83211 commit ae9080b

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
@@ -81,8 +81,8 @@ RUN export GIT_ROOT=git-2.45.2 && \
8181

8282
FROM build_base AS build_cpython_system_ssl
8383
COPY build_scripts/build-sqlite3.sh /build_scripts/
84-
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3460100 && \
85-
export SQLITE_AUTOCONF_HASH=67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071 && \
84+
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3470000 && \
85+
export SQLITE_AUTOCONF_HASH=83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957 && \
8686
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2024 && \
8787
manylinux-entrypoint /build_scripts/build-sqlite3.sh
8888

0 commit comments

Comments
 (0)