use alpine 3.19 and php-fpm 8.3

This commit is contained in:
Sebastian Hugentobler 2023-12-14 17:29:46 +01:00
parent 9dde9649dd
commit a0aa33fe4f
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
10 changed files with 22 additions and 21 deletions

View file

@ -1,3 +1,3 @@
[template]
src = "00_memory_limit.ini.tmpl"
dest = "/etc/php82/conf.d/00_memory_limit.ini"
dest = "/etc/php83/conf.d/00_memory_limit.ini"

View file

@ -1,3 +1,3 @@
[template]
src = "01_max_execution_time.ini.tmpl"
dest = "/etc/php82/conf.d/01_max_execution_time.ini"
dest = "/etc/php83/conf.d/01_max_execution_time.ini"

View file

@ -1,3 +1,3 @@
[template]
src = "02_opcache.ini.tmpl"
dest = "/etc/php82/conf.d/02_opcache.ini"
dest = "/etc/php83/conf.d/02_opcache.ini"

View file

@ -1,3 +1,3 @@
[template]
src = "www.conf.tmpl"
dest = "/etc/php82/php-fpm.d/www.conf"
dest = "/etc/php83/php-fpm.d/www.conf"