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; \