Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .builders/images/linux-aarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ RUN \
# curl
RUN \
DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
VERSION="8.14.0" \
SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203" \
VERSION="8.14.1" \
SHA256="6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4" \
RELATIVE_PATH="curl-{{version}}" \
bash install-from-source.sh \
--disable-manual \
Expand Down
4 changes: 2 additions & 2 deletions .builders/images/linux-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ RUN \
# curl
RUN \
DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
VERSION="8.14.0" \
SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203" \
VERSION="8.14.1" \
SHA256="6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4" \
RELATIVE_PATH="curl-{{version}}" \
bash install-from-source.sh \
--disable-manual \
Expand Down
4 changes: 2 additions & 2 deletions .builders/images/macos/builder_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ RELATIVE_PATH="libxslt-{{version}}" \

# curl
DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \
VERSION="8.14.0" \
SHA256="5eba3ec2d898919a4b34cc89ace0068d9d09420b8643f265aebac59f8d126203" \
VERSION="8.14.1" \
SHA256="6766ada7101d292b42b8b15681120acd68effa4a9660935853cf6d61f0d984d4" \
RELATIVE_PATH="curl-{{version}}" \
install-from-source \
--disable-manual \
Expand Down
2 changes: 1 addition & 1 deletion .builders/images/windows-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ RUN Get-RemoteFile `

ENV OPENSSL_VERSION="3.4.1"

ENV CURL_VERSION="8.14.0"
ENV CURL_VERSION="8.14.1"

# Set up runner
COPY runner_dependencies.txt C:\runner_dependencies.txt
Expand Down
Loading