diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 39ca83f..fa63438 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.13.4 +ENV VERSION_XML2=2.13.5 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 46bb451..7cfc374 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.13.4 +ENV VERSION_XML2=2.13.5 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index dacf4de..3f5d7b6 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -142,7 +142,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU # Needed by: # - php # - libnghttp2 -ENV VERSION_XML2=2.13.4 +ENV VERSION_XML2=2.13.5 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \