forked from mirrors/easyappointments
Set the default php version of the Docker configuration to 8.1
This commit is contained in:
parent
7f2504fe4c
commit
05dab52aa5
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM php:8.0-fpm
|
FROM php:8.1-fpm
|
||||||
|
|
||||||
WORKDIR "/var/www/html"
|
WORKDIR "/var/www/html"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue