Skip to content

Commit

Permalink
Merge pull request #1622 from GrahamCampbell/1.x-zlib
Browse files Browse the repository at this point in the history
[1.x] Fix broken zlib builds
  • Loading branch information
mnapoli authored Aug 24, 2023
2 parents 79c5204 + 72b0d0a commit e5c5827
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.2.13
ENV VERSION_ZLIB=1.3
ENV ZLIB_BUILD_DIR=${BUILD_DIR}/xml2

RUN set -xe; \
Expand Down

0 comments on commit e5c5827

Please sign in to comment.