From 8c1f6ac4f602feb5b14d899fbf260546eb7db042 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Sun, 11 Aug 2024 12:09:16 +0000 Subject: [PATCH] nextcloud-update automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 9905e431dae..8bfc7d6f4f6 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -77,7 +77,7 @@ RUN set -ex; \ ; \ \ # pecl will claim success even if one install fails, so we need to perform each install separately - pecl install igbinary-3.2.15; \ + pecl install igbinary-3.2.16; \ pecl install APCu-5.1.23; \ pecl install memcached-3.2.0 \ --configureoptions 'enable-memcached-igbinary="yes"'; \