fix(docker): upgrade PHP base image to 8.4-fpm-alpine for Symfony 8 / Laravel 13 compatibility

This commit is contained in:
Hamza-Ayed
2026-08-26 15:56:25 +03:00
parent e87443ed76
commit 17ee3dd2f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"keywords": ["saqel", "edtech", "tawjihi", "laravel"],
"license": "MIT",
"require": {
"php": "^8.3",
"php": "^8.4",
"laravel/framework": "^13.17",
"laravel/tinker": "^3.0"
},
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine
RUN apk add --no-cache nginx icu-dev libzip-dev zip oniguruma-dev libpng-dev freetype-dev libjpeg-turbo-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \