Fix: PHP 8.3 -> 8.4 im Dockerfile (Symfony 8.1.x erfordert >=8.4.1)
Deploy / deploy (push) Failing after 7s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Malek Tellissi
2026-09-11 02:10:34 +02:00
co-authored by Claude Sonnet 4.6
parent 9567ce7511
commit a597e58838
+1 -1
View File
@@ -8,7 +8,7 @@ COPY vite.config.js ./
RUN mkdir -p public && npm run build
# Stage 2: FrankenPHP (Caddy + PHP in einem)
FROM dunglas/frankenphp:latest-php8.3-alpine
FROM dunglas/frankenphp:latest-php8.4-alpine
# PHP-Extensions installieren (install-php-extensions löst System-Deps automatisch)
RUN install-php-extensions \