From 25293895d41b00dc7523d912e74a3122439cba5c Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 5 Sep 2024 10:22:47 +0200 Subject: [PATCH] changing default PHP version to 8.3 used since some time in releases --- doc/docker/fpm/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/docker/fpm/build.sh b/doc/docker/fpm/build.sh index 51d2b7595a..7382e2669f 100755 --- a/doc/docker/fpm/build.sh +++ b/doc/docker/fpm/build.sh @@ -3,7 +3,7 @@ cd $(dirname $0) -DEFAULT_PHP_VERSION=8.2 +DEFAULT_PHP_VERSION=8.3 PHP_VERSION=$DEFAULT_PHP_VERSION BASE=ubuntu:20.04 # which architectures to build for multi-platform images, if buildx is available on a Docker desktop or newer Docker installation @@ -57,4 +57,4 @@ else } done } -fi \ No newline at end of file +fi