Commit 2b3f6e6f authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix(docker): upgrade to PHP 8.4 to match composer.lock requirements

symfony/translation in the lock file requires PHP >= 8.4.1, causing
container crash on startup with the 8.3 image.
Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 65fbf276
...@@ -21,7 +21,7 @@ COPY . . ...@@ -21,7 +21,7 @@ COPY . .
RUN npm run build RUN npm run build
# Stage 3: Production image # Stage 3: Production image
FROM php:8.3-fpm-alpine FROM php:8.4-fpm-alpine
# Install system dependencies # Install system dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment