From a848b35249cf5570e3efdd891d9a19b91dc84b86 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 3 Jul 2026 08:02:18 +0000 Subject: [PATCH 1/2] Update PHP versions to 8.3.32, 8.4.23 and 8.5.8 Co-authored-by: Matthieu Napoli --- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- php-85/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/php-83/Dockerfile b/php-83/Dockerfile index 0e670e59..3a78a6c2 100644 --- a/php-83/Dockerfile +++ b/php-83/Dockerfile @@ -4,7 +4,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG VERSION_PHP=8.3.31 +ARG VERSION_PHP=8.3.32 # Lambda uses a custom AMI named Amazon Linux 2023 diff --git a/php-84/Dockerfile b/php-84/Dockerfile index e0073fd3..3c8fc55a 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -4,7 +4,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG VERSION_PHP=8.4.22 +ARG VERSION_PHP=8.4.23 # Lambda uses a custom AMI named Amazon Linux 2023 diff --git a/php-85/Dockerfile b/php-85/Dockerfile index 65da4f15..833350df 100644 --- a/php-85/Dockerfile +++ b/php-85/Dockerfile @@ -4,7 +4,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG VERSION_PHP=8.5.7 +ARG VERSION_PHP=8.5.8 # Lambda uses a custom AMI named Amazon Linux 2023 From ce5b7ab527ee5a9a38130f3194fb293de4ef96f3 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sat, 4 Jul 2026 08:02:46 +0000 Subject: [PATCH 2/2] Update PHP versions to 8.2.32, 8.3.32, 8.4.23, and 8.5.8 Co-authored-by: Matthieu Napoli --- php-82/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-82/Dockerfile b/php-82/Dockerfile index c54228aa..f87a7b6a 100644 --- a/php-82/Dockerfile +++ b/php-82/Dockerfile @@ -4,7 +4,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG VERSION_PHP=8.2.31 +ARG VERSION_PHP=8.2.32 # Lambda uses a custom AMI named Amazon Linux 2023