Skip to content

Commit

Permalink
Merge pull request #1725 from GrahamCampbell/1.x-zlib
Browse files Browse the repository at this point in the history
[1.x] Upgrade to zlib 1.3.1
  • Loading branch information
mnapoli authored Jan 31, 2024
2 parents 09a8f3a + c0aeb9d commit e6bbc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/base/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN mkdir -p ${BUILD_DIR} \
# - php
# Used By:
# - xml2
ENV VERSION_ZLIB=1.3
ENV VERSION_ZLIB=1.3.1
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2

RUN set -xe; \
Expand Down

0 comments on commit e6bbc99

Please sign in to comment.