diff --git a/debian/resources/nginx.sh b/debian/resources/nginx.sh index 2f0c057..dc0a236 100755 --- a/debian/resources/nginx.sh +++ b/debian/resources/nginx.sh @@ -17,6 +17,15 @@ if [ ."$cpu_architecture" = ."arm" ]; then if [ ."$os_codename" = ."bullseye" ]; then php_version=7.4 fi + if [ ."$os_codename" = ."bookworm" ]; then + php_version=8.2 + fi + if [ ."$os_codename" = ."trixie" ]; then + php_version=8.4 + fi + if [ ."$os_codename" = ."forky" ]; then + php_version=8.4 + fi fi #set the version of php