From f5821630fa0e44425865049739741caa705b0fac Mon Sep 17 00:00:00 2001 From: benbrummer Date: Sat, 10 May 2025 10:58:40 +0200 Subject: [PATCH] saxon defaults now to 12.5.0 Signed-off-by: benbrummer --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index fde50f2..7ce1130 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -21,7 +21,7 @@ ARG user=ninja # PHP modules ARG php_require="bcmath gd mbstring pdo_mysql zip" -ARG php_suggest="exif imagick intl pcntl soap saxon-12.5.0" +ARG php_suggest="exif imagick intl pcntl saxon soap" ARG php_extra="opcache" # Create a system user UID/GID=999