File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7373
7474FROM build_base AS build_git
7575COPY build_scripts/build-curl.sh /build_scripts/
76- RUN export CURL_ROOT=curl-8.13 .0 && \
77- export CURL_HASH=c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc && \
76+ RUN export CURL_ROOT=curl-8.14 .0 && \
77+ export CURL_HASH=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 && \
7878 export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
7979 manylinux-entrypoint /build_scripts/build-curl.sh
8080COPY build_scripts/build-git.sh /build_scripts/
@@ -85,8 +85,8 @@ RUN export GIT_ROOT=git-2.49.0 && \
8585
8686FROM build_base AS build_sqlite3
8787COPY build_scripts/build-sqlite3.sh /build_scripts/
88- RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3490200 && \
89- export SQLITE_AUTOCONF_HASH=5c6d8697e8a32a1512a9be5ad2b2e7a891241c334f56f8b0fb4fc6051e1652e8 && \
88+ RUN export SQLITE_AUTOCONF_ROOT=sqlite-autoconf-3500000 && \
89+ export SQLITE_AUTOCONF_HASH=3bc776a5f243897415f3b80fb74db3236501d45194c75c7f69012e4ec0128327 && \
9090 export SQLITE_AUTOCONF_DOWNLOAD_URL=https://www.sqlite.org/2025 && \
9191 manylinux-entrypoint /build_scripts/build-sqlite3.sh
9292
You can’t perform that action at this time.
0 commit comments