Skip to content

Commit 037077a

Browse files
Bump curl 8.14.0 → 8.14.1
1 parent 715c900 commit 037077a

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.14.0 && \
77-
export CURL_HASH=5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203 && \
76+
RUN export CURL_ROOT=curl-8.14.1 && \
77+
export CURL_HASH=6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4 && \
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)