Fix: PHP 8.3 -> 8.4 im Dockerfile (Symfony 8.1.x erfordert >=8.4.1)
Deploy / deploy (push) Failing after 7s
Deploy / deploy (push) Failing after 7s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
9567ce7511
commit
a597e58838
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user