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 1e65560 commit 64a3621Copy full SHA for 64a3621
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.12.1 && \
77
- export CURL_HASH=7b40ea64947e0b440716a4d7f0b7aa56230a5341c8377d7b609649d4aea8dbcf && \
+RUN export CURL_ROOT=curl-8.13.0 && \
+ export CURL_HASH=c261a4db579b289a7501565497658bbd52d3138fdbaccf1490fa918129ab45bc && \
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