diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 4eba967..5edd0b8 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.6.0 +ENV VERSION_CURL=8.7.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 b76a19a..6b3888d 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.6.0 +ENV VERSION_CURL=8.7.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 13f7d6a..eb7a5e3 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.6.0 +ENV VERSION_CURL=8.7.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 f2389ab..dcb89bf 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.6.0 +ENV VERSION_CURL=8.7.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \