diff --git a/Dockerfile b/Dockerfile index fb84033..5ad3023 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official PHP 8.2 image from Docker Hub -FROM php:8.2-cli +FROM php:8.3-cli # Install Xdebug extension RUN pecl install xdebug && docker-php-ext-enable xdebug