Skip to content

Commit aab46d0

Browse files
authored
Merge pull request #75 from GrahamCampbell/libxml
2 parents d204358 + 1ba4e36 commit aab46d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ RUN make install
212212
# - zlib
213213
# Needed by:
214214
# - php
215-
ENV VERSION_XML2=2.10.3
215+
ENV VERSION_XML2=2.10.4
216216
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
217217
RUN set -xe; \
218218
mkdir -p ${XML2_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RUN make install
213213
# - zlib
214214
# Needed by:
215215
# - php
216-
ENV VERSION_XML2=2.10.3
216+
ENV VERSION_XML2=2.10.4
217217
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
218218
RUN set -xe; \
219219
mkdir -p ${XML2_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RUN make install
213213
# - zlib
214214
# Needed by:
215215
# - php
216-
ENV VERSION_XML2=2.10.3
216+
ENV VERSION_XML2=2.10.4
217217
ENV XML2_BUILD_DIR=${BUILD_DIR}/xml2
218218
RUN set -xe; \
219219
mkdir -p ${XML2_BUILD_DIR}; \

0 commit comments

Comments
 (0)