Skip to content

Commit ebc3643

Browse files
Bump sqlite 3.47.0 → 3.47.1
1 parent a3012f3 commit ebc3643

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ RUN export CURL_ROOT=curl-8.11.0 && \
7878
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
7979
manylinux-entrypoint /build_scripts/build-curl.sh
8080
COPY build_scripts/build-git.sh /build_scripts/
81-
RUN export GIT_ROOT=git-2.47.0 && \
82-
export GIT_HASH=a84a7917e0ab608312834413f01fc01edc7844f9f9002ba69f3b4f4bcb8d937a && \
81+
RUN export GIT_ROOT=git-2.47.1 && \
82+
export GIT_HASH=f4c4e98667800585d218dfdf415eb72f73baa7abcac4569e2ce497970f8d6665 && \
8383
export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \
8484
manylinux-entrypoint /build_scripts/build-git.sh
8585

8686
FROM build_base AS build_sqlite3
8787
COPY build_scripts/build-sqlite3.sh /build_scripts/
88-
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3470000 && \
89-
export SQLITE_AUTOCONF_HASH=83eb21a6f6a649f506df8bd3aab85a08f7556ceed5dbd8dea743ea003fc3a957 && \
88+
RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3470100 && \
89+
export SQLITE_AUTOCONF_HASH=416a6f45bf2cacd494b208fdee1beda509abda951d5f47bc4f2792126f01b452 && \
9090
export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2024 && \
9191
manylinux-entrypoint /build_scripts/build-sqlite3.sh
9292

0 commit comments

Comments
 (0)