diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 1f29bab0..631d1ae7 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.9.1 +ENV VERSION_CURL=8.10.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 2922739b..8d0f1d3f 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.9.1 +ENV VERSION_CURL=8.10.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 33698394..6466bd6b 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.9.1 +ENV VERSION_CURL=8.10.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 73aed9fa..e6248e99 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.9.1 +ENV VERSION_CURL=8.10.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 12e957e7..6e12170a 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.9.1 +ENV VERSION_CURL=8.10.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \