From 0118ec21b2f36a0dc7210cb175b8b5e1163a2a62 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 8 Apr 2025 20:30:57 +0100 Subject: [PATCH] Upgrade libxml2 to 2.13.7 --- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 94ce8852..68e47dfc 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.6 +ENV VERSION_XML2=2.13.7 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 dbb5b911..e15bc0a0 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.6 +ENV VERSION_XML2=2.13.7 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 55a782bf..f65ea248 100644 --- a/php-84/Dockerfile +++ b/php-84/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.6 +ENV VERSION_XML2=2.13.7 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \