push to alpine 3.17 and php 8.1

This commit is contained in:
Sebastian Hugentobler 2022-11-23 13:41:06 +01:00
parent 4ae965fd62
commit 90612dfacb
7 changed files with 9 additions and 10 deletions

View file

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

View file

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

View file

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

View file

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