From 41e3d3377a585e77b79aa0492dfd07a8f189b0db Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 8 Nov 2024 08:37:10 -0500 Subject: [PATCH] Upgrade libzip to 1.11.2 --- 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 a25e2791..eb4ca0cc 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.1 +ENV VERSION_ZIP=1.11.2 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 dd6c9c59..42ff73b8 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.1 +ENV VERSION_ZIP=1.11.2 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 65c713cb..bb39c133 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.1 +ENV VERSION_ZIP=1.11.2 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 2bb6f0de..f84c9854 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.1 +ENV VERSION_ZIP=1.11.2 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 ef656f09..0592b7da 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.11.1 +ENV VERSION_ZIP=1.11.2 ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip RUN set -xe; \ mkdir -p ${ZIP_BUILD_DIR}/bin/; \