From 76310c24475b11fb4b8b7aa818597d469135294e Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 25 May 2025 16:26:25 +0100 Subject: [PATCH] Upgrade to libzip 1.11.4 --- php-80/Dockerfile | 2 +- php-81/Dockerfile | 2 +- php-82/Dockerfile | 2 +- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/php-80/Dockerfile b/php-80/Dockerfile index ac0d9b8e..e13b6a0b 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -293,7 +293,7 @@ RUN make install # https://github.com/nih-at/libzip/releases # Needed by: # - php -ENV VERSION_ZIP=1.11.3 +ENV VERSION_ZIP=1.11.4 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 9dd1beec..68758217 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -294,7 +294,7 @@ RUN make install # https://github.com/nih-at/libzip/releases # Needed by: # - php -ENV VERSION_ZIP=1.11.3 +ENV VERSION_ZIP=1.11.4 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index b945d32c..394fec16 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -294,7 +294,7 @@ RUN make install # https://github.com/nih-at/libzip/releases # Needed by: # - php -ENV VERSION_ZIP=1.11.3 +ENV VERSION_ZIP=1.11.4 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 42a92fde..6614d5ba 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -294,7 +294,7 @@ RUN make install # https://github.com/nih-at/libzip/releases # Needed by: # - php -ENV VERSION_ZIP=1.11.3 +ENV VERSION_ZIP=1.11.4 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index d668ffa3..b138a767 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -294,7 +294,7 @@ RUN make install # https://github.com/nih-at/libzip/releases # Needed by: # - php -ENV VERSION_ZIP=1.11.3 +ENV VERSION_ZIP=1.11.4 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \