We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 297d5e0 + 0a27a5f commit 99cb8d4Copy full SHA for 99cb8d4
Containers/nextcloud/Dockerfile
@@ -56,10 +56,10 @@ RUN set -ex; \
56
; \
57
\
58
# pecl will claim success even if one install fails, so we need to perform each install separately
59
- pecl install APCu-5.1.20; \
+ pecl install APCu-5.1.21; \
60
pecl install memcached-3.1.5; \
61
- pecl install redis-5.3.4; \
62
- pecl install imagick-3.5.1; \
+ pecl install redis-5.3.5; \
+ pecl install imagick-3.7.0; \
63
64
docker-php-ext-enable \
65
apcu \
0 commit comments