diff --git a/.builders/images/linux-aarch64/Dockerfile b/.builders/images/linux-aarch64/Dockerfile index 0c027eb0640d6..301dd97c6d773 100644 --- a/.builders/images/linux-aarch64/Dockerfile +++ b/.builders/images/linux-aarch64/Dockerfile @@ -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 \ diff --git a/.builders/images/linux-x86_64/Dockerfile b/.builders/images/linux-x86_64/Dockerfile index 2459570ab4447..8399aba8917f8 100644 --- a/.builders/images/linux-x86_64/Dockerfile +++ b/.builders/images/linux-x86_64/Dockerfile @@ -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 \ diff --git a/.builders/images/macos/builder_setup.sh b/.builders/images/macos/builder_setup.sh index 278924db3e3bd..c398481123056 100644 --- a/.builders/images/macos/builder_setup.sh +++ b/.builders/images/macos/builder_setup.sh @@ -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 \ diff --git a/.builders/images/windows-x86_64/Dockerfile b/.builders/images/windows-x86_64/Dockerfile index f2a39d6429946..d2aa8fb99afe6 100644 --- a/.builders/images/windows-x86_64/Dockerfile +++ b/.builders/images/windows-x86_64/Dockerfile @@ -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