From 26dc4808f3b4b2fddda7986236928709f5852075 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 15 Jul 2023 19:56:08 +0100 Subject: [PATCH 1/2] Upgrade curl to 8.2.0 and nghttp2 to 1.55.1 --- php-80/Dockerfile | 4 ++-- php-81/Dockerfile | 4 ++-- php-82/Dockerfile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 2055b06..511266f 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -180,7 +180,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.53.0 +ENV VERSION_NGHTTP2=1.55.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -206,7 +206,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.1.2 +ENV VERSION_CURL=8.2.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 3dc3ada..8afe2b8 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -181,7 +181,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.53.0 +ENV VERSION_NGHTTP2=1.55.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -207,7 +207,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.1.2 +ENV VERSION_CURL=8.2.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 ecb7aab..20559f1 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -181,7 +181,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.53.0 +ENV VERSION_NGHTTP2=1.55.1 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ @@ -207,7 +207,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.1.2 +ENV VERSION_CURL=8.2.0 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \ From 20b720213130296632445ea729d8103c7169ffb7 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 26 Jul 2023 10:03:01 +0100 Subject: [PATCH 2/2] curl 8.2.1 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 511266f..30bdff2 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -206,7 +206,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.0 +ENV VERSION_CURL=8.2.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 8afe2b8..c000eee 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -207,7 +207,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.0 +ENV VERSION_CURL=8.2.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 20559f1..95c8701 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -207,7 +207,7 @@ RUN make install # # - libnghttp2 # # Needed by: # # - php -ENV VERSION_CURL=8.2.0 +ENV VERSION_CURL=8.2.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \