diff --git a/Dockerfile b/Dockerfile index a5571e7..fa58159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY --from=composer-builder /app/vendor ./vendor RUN npm run build # Stage 3: Production image -FROM php:8.2-fpm-alpine +FROM php:8.4-fpm-alpine # Install system dependencies and PHP extensions RUN apk add --no-cache \