From 555259168ef8c816aab4419b51fa1361f0a397ad Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 18 Jan 2022 12:38:41 +0000 Subject: [PATCH] nextcloud-update automated change Signed-off-by: GitHub --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 970c4cd4..1867f252 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -58,7 +58,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.21; \ pecl install memcached-3.1.5; \ - pecl install redis-5.3.5; \ + pecl install redis-5.3.6; \ pecl install imagick-3.7.0; \ \ docker-php-ext-enable \