Merge pull request #5303 from nextcloud/aio-dependency-update

PHP dependency updates
This commit is contained in:
Simon L. 2024-09-25 10:16:04 +02:00 committed by GitHub
commit 94c280566e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 33 deletions

View file

@ -42,7 +42,7 @@ RUN set -ex; \
apk add --no-cache --virtual .build-deps \
autoconf \
build-base; \
pecl install APCu-5.1.23; \
pecl install APCu-5.1.24; \
docker-php-ext-enable apcu; \
rm -r /tmp/pear; \
runDeps="$( \