0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 10:56:08 +02:00

Compare commits

..

4 commits

Author SHA1 Message Date
J0WI
6e8a5b1e08
Merge 35eea9b817 into abd0ba3fdb 2025-04-11 20:28:10 +00:00
J0WI
35eea9b817 PHP imagick 3.8.0
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2025-04-11 22:27:54 +02:00
J0WI
5c1671b346 Revert "Build imagick for PHP 8.3 (#2394)"
This reverts commit af00599148.
2025-04-11 22:27:54 +02:00
J0WI
abd0ba3fdb
Bump stable to 30.0.9
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2025-04-11 20:27:01 +00:00

View file

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