Skip to content

Commit b55f791

Browse files
Bump curl 8.13.0 → 8.14.0
1 parent ede7da3 commit b55f791

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
@@ -73,8 +73,8 @@ RUN manylinux-entrypoint /build_scripts/install-build-packages.sh
7373

7474
FROM build_base AS build_git
7575
COPY 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
8080
COPY build_scripts/build-git.sh /build_scripts/

0 commit comments

Comments
 (0)