From d40ba6255777b16885d129fcac064d6cc65286db Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 26 Sep 2024 13:26:18 +0100 Subject: [PATCH] Upgrade libzip to 1.11.1 --- 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 e739042e..424599c7 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.10.1 +ENV VERSION_ZIP=1.11.1 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 642af485..a5104505 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.10.1 +ENV VERSION_ZIP=1.11.1 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 8fa7bf78..db95dd23 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.10.1 +ENV VERSION_ZIP=1.11.1 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 30ad2a00..c7683ef2 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.10.1 +ENV VERSION_ZIP=1.11.1 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 386ccb8e..faf2b92a 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -295,7 +295,7 @@ RUN make install # https://github.com/nih-at/libzip/releases # Needed by: # - php -ENV VERSION_ZIP=1.10.1 +ENV VERSION_ZIP=1.11.1 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \