Set the default php version of the Docker configuration to 8.1

This commit is contained in:
Alex Tselegidis 2023-07-07 12:41:26 +02:00
parent 7f2504fe4c
commit 05dab52aa5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:8.0-fpm
FROM php:8.1-fpm
WORKDIR "/var/www/html"