diff --git a/docker/php/Dockerfile b/docker/php/Dockerfile index 1ce54a8..5dfa8bf 100644 --- a/docker/php/Dockerfile +++ b/docker/php/Dockerfile @@ -17,7 +17,7 @@ RUN composer install \ # ========================= # Stage 2: Runtime image # ========================= -FROM php:8.2-fpm-bookworm +FROM php:8.4-fpm-bookworm WORKDIR /var/www/html