Upgrade Dockerfile to PHP8.3

This commit is contained in:
Alex Tselegidis 2024-07-07 13:07:17 +02:00
parent 87ede44e80
commit 5cda141356

View file

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