diff --git a/php-80/Dockerfile b/php-80/Dockerfile index 2055b06..30bdff2 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.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 3dc3ada..c000eee 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.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 ecb7aab..95c8701 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.1 ENV CURL_BUILD_DIR=${BUILD_DIR}/curl RUN set -xe; \ mkdir -p ${CURL_BUILD_DIR}/bin; \