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