From 475ce7310697c1f1934ad26683d2119f96e8471b Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 10 Apr 2026 10:43:34 +0100 Subject: [PATCH] Upgrade to zlib 1.3.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 430a9beb..2eb15914 100644 --- a/php-80/Dockerfile +++ b/php-80/Dockerfile @@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \ # See https://github.com/brefphp/aws-lambda-layers/pull/110 # Can be removed once Lambda updates their version. # https://github.com/madler/zlib/releases -ENV VERSION_ZLIB=1.3.1 +ENV VERSION_ZLIB=1.3.2 ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \ diff --git a/php-81/Dockerfile b/php-81/Dockerfile index 190fb781..8136312f 100644 --- a/php-81/Dockerfile +++ b/php-81/Dockerfile @@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \ # See https://github.com/brefphp/aws-lambda-layers/pull/110 # Can be removed once Lambda updates their version. # https://github.com/madler/zlib/releases -ENV VERSION_ZLIB=1.3.1 +ENV VERSION_ZLIB=1.3.2 ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \ diff --git a/php-82/Dockerfile b/php-82/Dockerfile index ff4f23ff..f8b2f56d 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \ # See https://github.com/brefphp/aws-lambda-layers/pull/110 # Can be removed once Lambda updates their version. # https://github.com/madler/zlib/releases -ENV VERSION_ZLIB=1.3.1 +ENV VERSION_ZLIB=1.3.2 ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \ diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 7b663832..526ab2e1 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \ # See https://github.com/brefphp/aws-lambda-layers/pull/110 # Can be removed once Lambda updates their version. # https://github.com/madler/zlib/releases -ENV VERSION_ZLIB=1.3.1 +ENV VERSION_ZLIB=1.3.2 ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \ diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 291773a7..91a9b442 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \ # See https://github.com/brefphp/aws-lambda-layers/pull/110 # Can be removed once Lambda updates their version. # https://github.com/madler/zlib/releases -ENV VERSION_ZLIB=1.3.1 +ENV VERSION_ZLIB=1.3.2 ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib RUN set -xe; \ mkdir -p ${ZLIB_BUILD_DIR}; \