Skip to content

Commit e055311

Browse files
authored
Merge pull request #155 from GrahamCampbell/zlib
Upgrade to zlib 1.3.1
2 parents 901ed3e + 43fadb1 commit e055311

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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
79+
ENV VERSION_ZLIB=1.3.1
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
79+
ENV VERSION_ZLIB=1.3.1
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
79+
ENV VERSION_ZLIB=1.3.1
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
79+
ENV VERSION_ZLIB=1.3.1
8080
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181
RUN set -xe; \
8282
mkdir -p ${ZLIB_BUILD_DIR}; \

0 commit comments

Comments
 (0)