From e971d32f9da0becd47003d730b962f6c9ab51dbb Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Sat, 27 Dec 2025 20:07:06 -0500 Subject: [PATCH] chore: update PHP CLI image to version 8.5.1 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df8bf9f..f6edb7d 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 siteworxpro/php:8.5.0-cli-alpine AS php +FROM siteworxpro/php:8.5.1-cli-alpine AS php ARG KAFKA_ENABLED=0 ARG USER=appuser