Merge pull request #3724 from nextcloud/nextcloud-container-update

This commit is contained in:
Simon L
2023-11-13 14:07:04 +01:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
pecl install APCu-5.1.22; \
pecl install APCu-5.1.23; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \
pecl install imagick-3.7.0; \