Skip to content

Commit 3386c2b

Browse files
Bump libxml2 to 2.12.4 on PHP 8.1+
1 parent 4862805 commit 3386c2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
141141
# Needed by:
142142
# - php
143143
# - libnghttp2
144-
ENV VERSION_XML2=2.11.6
144+
ENV VERSION_XML2=2.12.4
145145
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
146146
RUN set -xe; \
147147
mkdir -p ${XML2_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
141141
# Needed by:
142142
# - php
143143
# - libnghttp2
144-
ENV VERSION_XML2=2.11.6
144+
ENV VERSION_XML2=2.12.4
145145
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
146146
RUN set -xe; \
147147
mkdir -p ${XML2_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU
141141
# Needed by:
142142
# - php
143143
# - libnghttp2
144-
ENV VERSION_XML2=2.11.6
144+
ENV VERSION_XML2=2.12.4
145145
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
146146
RUN set -xe; \
147147
mkdir -p ${XML2_BUILD_DIR}; \

0 commit comments

Comments
 (0)