Skip to content

Commit 586aaaa

Browse files
Bump curl 8.16.0 → 8.17.0
1 parent 2e26659 commit 586aaaa

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
@@ -100,8 +100,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
100100
FROM build_base AS build_git
101101
COPY build_scripts/build-curl.sh /build_scripts/
102102
RUN --mount=type=bind,from=static_clang,target=/tmp/cross-compiler,ro \
103-
export CURL_ROOT=curl-8.16.0 && \
104-
export CURL_HASH=a21e20476e39eca5a4fc5cfb00acf84bbc1f5d8443ec3853ad14c26b3c85b970 && \
103+
export CURL_ROOT=curl-8.17.0 && \
104+
export CURL_HASH=e8e74cdeefe5fb78b3ae6e90cd542babf788fa9480029cfcee6fd9ced42b7910 && \
105105
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
106106
/tmp/cross-compiler/entrypoint /build_scripts/build-curl.sh
107107
COPY build_scripts/build-git.sh /build_scripts/

0 commit comments

Comments
 (0)