diff --git a/php-80/Dockerfile b/php-80/Dockerfile index f92f9ec..1f29bab 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 6bcc0e4..2922739 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 e65c9bd..648c829 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 59498fd..2987dbc 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 aa29056..93cc7ca 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}; \