Skip to content

Commit

Permalink
Bump sqlite 3.44.2 → 3.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manylinux-bot[bot] committed Jan 21, 2024
1 parent eb135ed commit e5a53d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ RUN export GIT_ROOT=git-2.43.0 && \

FROM build_base AS build_cpython_system_ssl
COPY build_scripts/build-sqlite3.sh /build_scripts/
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3440200 && \
export SQLITE_AUTOCONF_HASH=1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407 && \
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2023 && \
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3450000 && \
export SQLITE_AUTOCONF_HASH=72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 && \
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2024 && \
manylinux-entrypoint /build_scripts/build-sqlite3.sh

COPY build_scripts/build-tcltk.sh /build_scripts/
Expand Down

0 comments on commit e5a53d1

Please sign in to comment.