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 ede7da3 commit b55f791Copy full SHA for b55f791
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.13.0 && \
77
- export CURL_HASH=c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc && \
+RUN export CURL_ROOT=curl-8.14.0 && \
+ export CURL_HASH=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 && \
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