saxon defaults now to 12.5.0

Signed-off-by: benbrummer <info@benjamin-brummer.de>
This commit is contained in:
benbrummer
2025-05-10 10:59:13 +02:00
committed by GitHub
parent a0454d3998
commit f6fa32f606

2
debian/Dockerfile vendored
View File

@@ -18,7 +18,7 @@ FROM php:${PHP}-fpm
# 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"
# Install system dependencies