Skip to content

Commit 93a8f56

Browse files
authored
Merge pull request #323 from GrahamCampbell/2.x-zlib
[2.x] Upgrade to zlib 1.3.2
2 parents f043a15 + 475ce73 commit 93a8f56

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

php-80/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
ENV VERSION_ZLIB=1.3.1
79+
ENV VERSION_ZLIB=1.3.2
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
ENV VERSION_ZLIB=1.3.1
79+
ENV VERSION_ZLIB=1.3.2
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
ENV VERSION_ZLIB=1.3.1
79+
ENV VERSION_ZLIB=1.3.2
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
ENV VERSION_ZLIB=1.3.1
79+
ENV VERSION_ZLIB=1.3.2
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \

php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN mkdir -p ${BUILD_DIR} \
7676
# See https://github.com/brefphp/aws-lambda-layers/pull/110
7777
# Can be removed once Lambda updates their version.
7878
# https://github.com/madler/zlib/releases
79-
ENV VERSION_ZLIB=1.3.1
79+
ENV VERSION_ZLIB=1.3.2
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \

0 commit comments

Comments
 (0)