Skip to content

Commit

Permalink
Upgrade libxml to 2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Sep 26, 2024
1 parent 9257085 commit b85331b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
ENV VERSION_XML2=2.13.4
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
ENV VERSION_XML2=2.13.4
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
ENV VERSION_XML2=2.13.4
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down

0 comments on commit b85331b

Please sign in to comment.