Skip to content

Commit

Permalink
Patch libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed May 23, 2024
1 parent a433d23 commit d0c57a0
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 d0c57a0

Please sign in to comment.