From b93c393f151e0da500a90e3d28bf2adb8993b019 Mon Sep 17 00:00:00 2001 From: Vasyka Date: Tue, 5 May 2026 10:50:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20FrankenPHP=20image=20tag=20(latest-php8.4?= =?UTF-8?q?=20=E2=86=92=201-php8.4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tag latest-php8.4 nu există pe Docker Hub. Correct: 1-php8.4 (linia 1.x stable cu PHP 8.4). --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3a560f..81c6b3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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