Skip to content

Commit

Permalink
Merge pull request #175 from GrahamCampbell/patch-libxml
Browse files Browse the repository at this point in the history
Patch libxml2
  • Loading branch information
mnapoli authored May 23, 2024
2 parents a433d23 + d0c57a0 commit 245f94c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU

###############################################################################
# LIBXML2
# https://github.com/GNOME/libxml2/releases
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
# Uses:
# - zlib
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.11.7
ENV VERSION_XML2=2.11.8
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
4 changes: 2 additions & 2 deletions php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU

###############################################################################
# LIBXML2
# https://github.com/GNOME/libxml2/releases
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
# Uses:
# - zlib
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.12.6
ENV VERSION_XML2=2.12.7
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
4 changes: 2 additions & 2 deletions php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU

###############################################################################
# LIBXML2
# https://github.com/GNOME/libxml2/releases
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
# Uses:
# - zlib
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.12.6
ENV VERSION_XML2=2.12.7
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down
4 changes: 2 additions & 2 deletions php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOU

###############################################################################
# LIBXML2
# https://github.com/GNOME/libxml2/releases
# https://gitlab.gnome.org/GNOME/libxml2/-/releases
# Uses:
# - zlib
# Needed by:
# - php
# - libnghttp2
ENV VERSION_XML2=2.12.6
ENV VERSION_XML2=2.12.7
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
RUN set -xe; \
mkdir -p ${XML2_BUILD_DIR}; \
Expand Down

0 comments on commit 245f94c

Please sign in to comment.