Skip to content

Commit c31afda

Browse files
authored
Merge pull request #94 from GrahamCampbell/libzip
2 parents 00a3420 + d02544a commit c31afda

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
@@ -246,7 +246,7 @@ RUN make install
246246
# https://github.com/nih-at/libzip/releases
247247
# Needed by:
248248
# - php
249-
ENV VERSION_ZIP=1.9.2
249+
ENV VERSION_ZIP=1.10.0
250250
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
251251
RUN set -xe; \
252252
mkdir -p ${ZIP_BUILD_DIR}/bin/; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ RUN make install
247247
# https://github.com/nih-at/libzip/releases
248248
# Needed by:
249249
# - php
250-
ENV VERSION_ZIP=1.9.2
250+
ENV VERSION_ZIP=1.10.0
251251
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
252252
RUN set -xe; \
253253
mkdir -p ${ZIP_BUILD_DIR}/bin/; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ RUN make install
247247
# https://github.com/nih-at/libzip/releases
248248
# Needed by:
249249
# - php
250-
ENV VERSION_ZIP=1.9.2
250+
ENV VERSION_ZIP=1.10.0
251251
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
252252
RUN set -xe; \
253253
mkdir -p ${ZIP_BUILD_DIR}/bin/; \

0 commit comments

Comments
 (0)