Skip to content

Commit

Permalink
Fix broken zlib builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Aug 21, 2023
1 parent 465e857 commit 72b0d0a
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 72b0d0a

Please sign in to comment.