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

This commit is contained in:
Simon L 2023-11-13 14:06:46 +01:00 committed by GitHub
commit 9b208c3584
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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