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