0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-03 07:30:53 +02:00

Imagick 3.8.0 (#2417)

* Revert "Build imagick for PHP 8.3 (#2394)"

This reverts commit af00599148.

* PHP imagick 3.8.0

Signed-off-by: J0WI <J0WI@users.noreply.github.com>

---------

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2025-04-18 13:37:27 +00:00 committed by GitHub
parent f3e0c49c38
commit f130178136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 18 additions and 195 deletions

View file

@ -11,7 +11,6 @@ declare -A debian_version=(
declare -A php_version=(
[default]='8.2'
[31]='8.3'
)
declare -A cmd=(
@ -55,7 +54,7 @@ igbinary_version="$(
)"
imagick_version="$(
git ls-remote --tags https://github.com/mkoppanen/imagick.git \
git ls-remote --tags https://github.com/imagick/imagick.git \
| cut -d/ -f3 \
| grep -viE '[a-z]' \
| tr -d '^{}' \