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