From 066f281721857594ea652f2d6d6ff3e4ccf4ebd3 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 21 Jan 2024 11:06:18 +0000 Subject: [PATCH] Upgrade nghttp2 to 1.59.0 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 421dffd..48726fe 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.58.0 +ENV VERSION_NGHTTP2=1.59.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index ee2e067..95ba23c 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.58.0 +ENV VERSION_NGHTTP2=1.59.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 7d1f58f..675a46c 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.58.0 +ENV VERSION_NGHTTP2=1.59.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index df1dee0..e052290 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.58.0 +ENV VERSION_NGHTTP2=1.59.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \