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:
+1
-1
@@ -25,7 +25,7 @@ COPY public ./public
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# ─── Stage 3: Runtime (FrankenPHP + PHP 8.4) ──────────────────
|
# ─── 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
|
WORKDIR /app
|
||||||
|
|
||||||
# Install PHP extensions Laravel needs
|
# Install PHP extensions Laravel needs
|
||||||
|
|||||||
Reference in New Issue
Block a user