From b344ded3811f0c2c69433a25dc4631993543c546 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 4 Oct 2023 22:56:18 +0100 Subject: [PATCH] Bump to cURL 8.4.0 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 89909e82..ff0dad57 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -232,7 +232,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.3.0 +ENV VERSION_CURL=8.4.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 74083e14..cc8345cd 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -233,7 +233,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.3.0 +ENV VERSION_CURL=8.4.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index c7c0a3c6..8a1bae71 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -233,7 +233,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.3.0 +ENV VERSION_CURL=8.4.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 6e3a6d24..fced0396 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -234,7 +234,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.3.0 +ENV VERSION_CURL=8.4.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \