From 614bf12a6b6cc6d5c10fc142dfa5e8acb643d11d Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 21 Jan 2025 18:39:25 +0000 Subject: [PATCH] Upgrade to libzip 1.11.3 --- 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 daef88af..e8b8cfab 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.2 +ENV VERSION_ZIP=1.11.3 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 0f704f81..6f1c15a5 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.2 +ENV VERSION_ZIP=1.11.3 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 c6247778..066f2215 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.2 +ENV VERSION_ZIP=1.11.3 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 77a3784c..a53ebe1f 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.2 +ENV VERSION_ZIP=1.11.3 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 4e0bd7f8..87016f5a 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.2 +ENV VERSION_ZIP=1.11.3 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \