Skip to content

Commit

Permalink
Merge pull request #218 from GrahamCampbell/upgrade-libzip
Browse files Browse the repository at this point in the history
Upgrade libzip to 1.11.2
  • Loading branch information
mnapoli authored Nov 8, 2024
2 parents 04357c2 + 41e3d33 commit eeb63c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion php-80/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ RUN make install
# https://github.com/nih-at/libzip/releases
# Needed by:
# - php
ENV VERSION_ZIP=1.11.1
ENV VERSION_ZIP=1.11.2
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
RUN set -xe; \
mkdir -p ${ZIP_BUILD_DIR}/bin/; \
Expand Down
2 changes: 1 addition & 1 deletion php-81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ RUN make install
# https://github.com/nih-at/libzip/releases
# Needed by:
# - php
ENV VERSION_ZIP=1.11.1
ENV VERSION_ZIP=1.11.2
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
RUN set -xe; \
mkdir -p ${ZIP_BUILD_DIR}/bin/; \
Expand Down
2 changes: 1 addition & 1 deletion php-82/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ RUN make install
# https://github.com/nih-at/libzip/releases
# Needed by:
# - php
ENV VERSION_ZIP=1.11.1
ENV VERSION_ZIP=1.11.2
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
RUN set -xe; \
mkdir -p ${ZIP_BUILD_DIR}/bin/; \
Expand Down
2 changes: 1 addition & 1 deletion php-83/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ RUN make install
# https://github.com/nih-at/libzip/releases
# Needed by:
# - php
ENV VERSION_ZIP=1.11.1
ENV VERSION_ZIP=1.11.2
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
RUN set -xe; \
mkdir -p ${ZIP_BUILD_DIR}/bin/; \
Expand Down
2 changes: 1 addition & 1 deletion php-84/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ RUN make install
# https://github.com/nih-at/libzip/releases
# Needed by:
# - php
ENV VERSION_ZIP=1.11.1
ENV VERSION_ZIP=1.11.2
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
RUN set -xe; \
mkdir -p ${ZIP_BUILD_DIR}/bin/; \
Expand Down

0 comments on commit eeb63c3

Please sign in to comment.