From 40c8b135a121eb487cd230a4c257f88e93b23fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Thu, 18 Jul 2024 12:15:05 +0200 Subject: [PATCH] update cURL from 8.4.0 to 8.7.1 (#18064) (cherry picked from commit 698f112f3a03191de7b7da1dcfb61bc306578fc7) --- .builders/images/linux-aarch64/Dockerfile | 4 ++-- .builders/images/linux-x86_64/Dockerfile | 4 ++-- .builders/images/macos-x86_64/builder_setup.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.builders/images/linux-aarch64/Dockerfile b/.builders/images/linux-aarch64/Dockerfile index 23e4cf6464ffe..8c558d6019785 100644 --- a/.builders/images/linux-aarch64/Dockerfile +++ b/.builders/images/linux-aarch64/Dockerfile @@ -158,8 +158,8 @@ RUN \ # curl RUN \ DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \ - VERSION="8.4.0" \ - SHA256="816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427" \ + VERSION="8.7.1" \ + SHA256="f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495" \ 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 053008c7c495e..8cc7cd8f0e927 100644 --- a/.builders/images/linux-x86_64/Dockerfile +++ b/.builders/images/linux-x86_64/Dockerfile @@ -131,8 +131,8 @@ RUN \ # curl RUN \ DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \ - VERSION="8.4.0" \ - SHA256="816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427" \ + VERSION="8.7.1" \ + SHA256="f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495" \ RELATIVE_PATH="curl-{{version}}" \ bash install-from-source.sh \ --disable-manual \ diff --git a/.builders/images/macos-x86_64/builder_setup.sh b/.builders/images/macos-x86_64/builder_setup.sh index 7d26ab111e187..0746aae58f85f 100644 --- a/.builders/images/macos-x86_64/builder_setup.sh +++ b/.builders/images/macos-x86_64/builder_setup.sh @@ -75,8 +75,8 @@ RELATIVE_PATH="libxslt-{{version}}" \ # curl DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \ -VERSION="8.4.0" \ -SHA256="816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427" \ +VERSION="8.7.1" \ +SHA256="f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495" \ RELATIVE_PATH="curl-{{version}}" \ install-from-source \ --disable-manual \