0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Compare commits

..

3 commits

Author SHA1 Message Date
J0WI
42d7ae5dbc
Merge 57cc1ea688 into 7da5fa1c6b 2025-04-11 01:30:22 +00:00
J0WI
57cc1ea688 PHP imagick 3.8.0
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2025-04-11 03:28:16 +02:00
J0WI
220109f61c Revert "Build imagick for PHP 8.3 (#2394)"
This reverts commit af00599148.
2025-04-11 03:26:40 +02:00

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -Eeuo pipefail
stable_channel='30.0.9'
stable_channel='30.0.8'
self="$(basename "$BASH_SOURCE")"
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"