Switch the development environment to PHP 8.2

This commit is contained in:
Alex Tselegidis 2023-10-26 05:37:17 +02:00
parent fb0fb317cf
commit 058f1b3e97
1 changed files with 1 additions and 1 deletions

View File

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