diff --git a/php-80/Dockerfile b/php-80/Dockerfile index df387ce4..61215be2 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -206,7 +206,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.66.0 +ENV VERSION_NGHTTP2=1.67.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -253,7 +253,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.14.1 +ENV VERSION_CURL=8.16.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 00bc0166..0761f312 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.66.0 +ENV VERSION_NGHTTP2=1.67.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.14.1 +ENV VERSION_CURL=8.16.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 8615907a..6b6b702a 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.66.0 +ENV VERSION_NGHTTP2=1.67.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.14.1 +ENV VERSION_CURL=8.16.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 68661bd3..160835e5 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.66.0 +ENV VERSION_NGHTTP2=1.67.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.14.1 +ENV VERSION_CURL=8.16.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 34d560f8..839d9f50 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -207,7 +207,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.66.0 +ENV VERSION_NGHTTP2=1.67.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -254,7 +254,7 @@ RUN make -j $(nproc) && make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.14.1 +ENV VERSION_CURL=8.16.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \