From 400af4372f55de47dde4eaf03f136ee81c8782d7 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 8 Nov 2024 08:30:37 -0500 Subject: [PATCH] cURL 8.11.0 --- 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 a25e279..42523dd 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.10.1 +ENV VERSION_CURL=8.11.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 dd6c9c5..7d5bd2d 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.10.1 +ENV VERSION_CURL=8.11.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 65c713c..7648d81 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.10.1 +ENV VERSION_CURL=8.11.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 2bb6f0d..aede48f 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.10.1 +ENV VERSION_CURL=8.11.0 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 ef656f0..a8df1ac 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -255,7 +255,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.10.1 +ENV VERSION_CURL=8.11.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \