From af55321d6a4e0324fe0d1ef04297171745d3ed74 Mon Sep 17 00:00:00 2001 From: Kyle-Neale Date: Fri, 10 Jan 2025 13:12:18 -0500 Subject: [PATCH] Update CURL versions used in MacOS and Linux confluent-kafka --- .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 01f9411e2b5ce..348af6c144528 100644 --- a/.builders/images/linux-aarch64/Dockerfile +++ b/.builders/images/linux-aarch64/Dockerfile @@ -141,8 +141,8 @@ RUN \ # curl RUN \ DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \ - VERSION="8.9.1" \ - SHA256="291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5" \ + VERSION="8.11.1" \ + SHA256="a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80" \ 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 8173484479f57..32f24295b38ce 100644 --- a/.builders/images/linux-x86_64/Dockerfile +++ b/.builders/images/linux-x86_64/Dockerfile @@ -145,8 +145,8 @@ RUN \ # curl RUN \ DOWNLOAD_URL="https://curl.haxx.se/download/curl-{{version}}.tar.gz" \ - VERSION="8.9.1" \ - SHA256="291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5" \ + VERSION="8.11.1" \ + SHA256="a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80" \ 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 c50c1c1e2d79a..895dce092fd86 100644 --- a/.builders/images/macos-x86_64/builder_setup.sh +++ b/.builders/images/macos-x86_64/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.9.1" \ -SHA256="291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5" \ +VERSION="8.11.1" \ +SHA256="a889ac9dbba3644271bd9d1302b5c22a088893719b72be3487bc3d401e5c4e80" \ RELATIVE_PATH="curl-{{version}}" \ install-from-source \ --disable-manual \