From 957db55fed2b257927feb60d025863fd9896433e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 11 Dec 2024 10:45:09 +0000 Subject: [PATCH] Upgrade to cURL 8.11.1 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 23d3e1a..d33d453 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -253,7 +253,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.11.0 +ENV VERSION_CURL=8.11.1 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 55fd6c9..a4e64f2 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.11.0 +ENV VERSION_CURL=8.11.1 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 ff39c11..1d06ea8 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.11.0 +ENV VERSION_CURL=8.11.1 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 c470cba..d03fa46 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.11.0 +ENV VERSION_CURL=8.11.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 4984e5d..deda772 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.11.0 +ENV VERSION_CURL=8.11.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \