Skip to content

Commit

Permalink
Merge pull request #205 from GrahamCampbell/upgrade-libxml
Browse files Browse the repository at this point in the history
Upgrade libxml to 2.13.4
  • Loading branch information
mnapoli authored Sep 26, 2024
2 parents 9257085 + b85331b commit 44adcf0
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 44adcf0

Please sign in to comment.