Fix: FrankenPHP-Tag auf php8.4-alpine korrigieren (latest-php8.4-alpine existiert nicht)
Deploy / deploy (push) Failing after 2m22s
Deploy / deploy (push) Failing after 2m22s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
a597e58838
commit
e8b52a255c
+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.4-alpine
|
||||
FROM dunglas/frankenphp: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