From 8458474452ca1df5a716c0260f5f6d7ab0ff512d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 11 Jul 2024 13:49:19 +0100 Subject: [PATCH] Upgrade libxml2 2.12.8 to 2.13.2 --- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php-81/Dockerfile b/php-81/Dockerfile index b67c8fbe..66038b92 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.12.8 +ENV VERSION_XML2=2.13.2 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 7b93e0ed..727feb64 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.12.8 +ENV VERSION_XML2=2.13.2 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 59f2441b..4de70d34 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.12.8 +ENV VERSION_XML2=2.13.2 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 21faa091..dcdb80e7 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.12.8 +ENV VERSION_XML2=2.13.2 ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2 RUN set -xe; \ mkdir -p ${XML2_BUILD_DIR}; \