From 55f77ade815f524838e404d9b7a83e70a55a059b Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:12:18 +0000 Subject: [PATCH 1/2] nextcloud-update automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Containers/nextcloud/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 4ee8d0e2..7383256b 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -14,7 +14,7 @@ ENV AIO_URL=localhost # AIO settings end # Do not remove or change this line! # Define the commit hash for imagick as a variable -ARG IMAGICK_COMMIT_HASH=28f27044e435a2b203e32675e942eb8de620ee58 +ARG IMAGICK_COMMIT_HASH=ffa23eb0bc6796349dce12a984b3b70079e7bdd3 COPY --chmod=775 *.sh / COPY --chmod=774 upgrade.exclude /upgrade.exclude @@ -84,7 +84,7 @@ RUN set -ex; \ pecl install -o igbinary-3.2.16; \ pecl install APCu-5.1.24; \ pecl install -D 'enable-memcached-igbinary="yes"' memcached-3.3.0; \ - pecl install -oD 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' redis-6.1.0; \ + pecl install -oD 'enable-redis-igbinary="yes" enable-redis-zstd="yes" enable-redis-lz4="yes"' redis-6.2.0; \ # pecl install -o imagick-3.7.0; \ # Begin workaround -> # The master version on the imagick repository is compatible with PHP 8.3. However, the PECL version is not updated yet. From 1a5efefd6258428f07bd60302dc90ff972f3e707 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Mon, 31 Mar 2025 10:49:29 +0200 Subject: [PATCH 2/2] revert imagick commit hash Signed-off-by: Simon L. --- Containers/nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 7383256b..ca56945d 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -14,7 +14,7 @@ ENV AIO_URL=localhost # AIO settings end # Do not remove or change this line! # Define the commit hash for imagick as a variable -ARG IMAGICK_COMMIT_HASH=ffa23eb0bc6796349dce12a984b3b70079e7bdd3 +ARG IMAGICK_COMMIT_HASH=28f27044e435a2b203e32675e942eb8de620ee58 COPY --chmod=775 *.sh / COPY --chmod=774 upgrade.exclude /upgrade.exclude