mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Upgrade Dockerfile to PHP8.3
This commit is contained in:
parent
87ede44e80
commit
5cda141356
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:8.2-fpm
|
||||
FROM php:8.3-fpm
|
||||
|
||||
WORKDIR "/var/www/html"
|
||||
|
||||
|
|
Loading…
Reference in a new issue