We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 715c900 commit 037077aCopy full SHA for 037077a
docker/Dockerfile
@@ -73,8 +73,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
73
74
FROM build_base AS build_git
75
COPY build_scripts/build-curl.sh /build_scripts/
76
-RUN export CURL_ROOT=curl-8.14.0 && \
77
- export CURL_HASH=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 && \
+RUN export CURL_ROOT=curl-8.14.1 && \
+ export CURL_HASH=6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4 && \
78
export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \
79
manylinux-entrypoint /build_scripts/build-curl.sh
80
COPY build_scripts/build-git.sh /build_scripts/
0 commit comments