From 0504956d9ac57a905c8dc96303423d93547c9477 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Sat, 22 Nov 2025 10:36:13 -0500 Subject: [PATCH] chore: update PHP version in composer.json and Dockerfile from 8.4 to 8.5 --- Dockerfile | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c82804..0d9534a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN composer install --optimize-autoloader --ignore-platform-reqs --no-dev # Use the official PHP CLI image with Alpine Linux for the second stage -FROM php:8.4.14-alpine AS php +FROM siteworxpro/alpine:php:8.5.0-alpine AS php ARG KAFKA_ENABLED=0 diff --git a/composer.json b/composer.json index 622e8b2..c0b8af1 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } }, "require": { - "php": "^8.4", + "php": "^8.5", "league/route": "^6.2.0", "illuminate/database": "^v12.34.0", "spiral/roadrunner-http": "^v3.6.0",