From 3c3530ff0fd7dde0dab9c691c25c078d6c50e88f Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 1 Apr 2025 13:00:09 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85f833..f8bf092 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Docker PHP-FPM & Nginx on Alpine Linux +# Docker PHP-FPM 8.2 & Nginx on Alpine Linux * Built on the lightweight and secure Alpine Linux distribution * Small image size -* PHP 8.1 +* PHP 8.2 * Optimized for 100 concurrent users * Optimized to only use resources when there's traffic (PHP-FPM's on-demand process manager) * Using a non-privileged user to make it more secure