File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
8080ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
Original file line number Diff line number Diff 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
8080ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
Original file line number Diff line number Diff 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
8080ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
Original file line number Diff line number Diff 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
8080ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
8181RUN set -xe; \
8282 mkdir -p ${ZLIB_BUILD_DIR}; \
You can’t perform that action at this time.
0 commit comments