diff --git a/php-80/Dockerfile b/php-80/Dockerfile index f92f9ec9..1f29bab0 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.62.1 +ENV VERSION_NGHTTP2=1.63.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 6bcc0e4a..2922739b 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.62.1 +ENV VERSION_NGHTTP2=1.63.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 e65c9bd6..648c8294 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.62.1 +ENV VERSION_NGHTTP2=1.63.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 59498fdc..2987dbc7 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.62.1 +ENV VERSION_NGHTTP2=1.63.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index aa29056c..93cc7cae 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -208,7 +208,7 @@ RUN cmake --build . --target install # - libxml2 # Needed by: # - curl -ENV VERSION_NGHTTP2=1.62.1 +ENV VERSION_NGHTTP2=1.63.0 ENV NGHTTP2_BUILD_DIR=${BUILD_DIR}/nghttp2 RUN set -xe; \ mkdir -p ${NGHTTP2_BUILD_DIR}; \