Fix FrankenPHP image tag (latest-php8.4 → 1-php8.4)

Tag latest-php8.4 nu există pe Docker Hub.
Correct: 1-php8.4 (linia 1.x stable cu PHP 8.4).
This commit is contained in:
2026-05-05 10:50:32 +00:00
parent 5e32f82b3a
commit b93c393f15
+1 -1
View File
@@ -25,7 +25,7 @@ COPY public ./public
RUN npm run build
# ─── Stage 3: Runtime (FrankenPHP + PHP 8.4) ──────────────────
FROM dunglas/frankenphp:latest-php8.4 AS runtime
FROM dunglas/frankenphp:1-php8.4 AS runtime
WORKDIR /app
# Install PHP extensions Laravel needs