Skip to content

Commit 26fba0e

Browse files
committed
Merge branch 'main' into v3
# Conflicts: # layers/fpm-dev/Dockerfile # php-80/Dockerfile # php-81/Dockerfile
2 parents fbd8194 + 6757f5a commit 26fba0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ RUN make install
294294
# https://github.com/nih-at/libzip/releases
295295
# Needed by:
296296
# - php
297-
ENV VERSION_ZIP=1.11.3
297+
ENV VERSION_ZIP=1.11.4
298298
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
299299
RUN set -xe; \
300300
mkdir -p ${ZIP_BUILD_DIR}/bin/; \

php-83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ RUN make install
294294
# https://github.com/nih-at/libzip/releases
295295
# Needed by:
296296
# - php
297-
ENV VERSION_ZIP=1.11.3
297+
ENV VERSION_ZIP=1.11.4
298298
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
299299
RUN set -xe; \
300300
mkdir -p ${ZIP_BUILD_DIR}/bin/; \

php-84/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ RUN make install
294294
# https://github.com/nih-at/libzip/releases
295295
# Needed by:
296296
# - php
297-
ENV VERSION_ZIP=1.11.3
297+
ENV VERSION_ZIP=1.11.4
298298
ENV ZIP_BUILD_DIR=${BUILD_DIR}/zip
299299
RUN set -xe; \
300300
mkdir -p ${ZIP_BUILD_DIR}/bin/; \

0 commit comments

Comments
 (0)