Skip to content

Commit

Permalink
Merge pull request #167 from GrahamCampbell/libxml2
Browse files Browse the repository at this point in the history
Bump libxml2 to 2.12.6
  • Loading branch information
mnapoli authored Mar 27, 2024
2 parents 3a34a90 + f57fe32 commit 1b2f55a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php-81/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.12.5
ENV VERSION_XML2=2.12.6
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
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.12.5
ENV VERSION_XML2=2.12.6
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.12.5
ENV VERSION_XML2=2.12.6
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down

0 comments on commit 1b2f55a

Please sign in to comment.