From 3386c2b84ad44e2bac8de849cbd79cd9cbd383c7 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Wed, 17 Jan 2024 12:49:32 +0000 Subject: [PATCH] Bump libxml2 to 2.12.4 on PHP 8.1+ --- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 4cc97f62..ee2e067d 100644 --- a/php-81/Dockerfile +++ b/php-81/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.11.6 +ENV VERSION_XML2=2.12.4 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index e3fc886b..a2a3b0dc 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.11.6 +ENV VERSION_XML2=2.12.4 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 77968877..9a0f13ba 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.11.6 +ENV VERSION_XML2=2.12.4 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \