From f4c87f27d8b4cc50d7c81fbc4521b7ac4770e1d3 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Thu, 31 Jul 2025 07:18:23 -0600 Subject: [PATCH] PHP 8.3.24 and 8.4.11 --- php-83/Dockerfile | 2 +- php-84/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php-83/Dockerfile b/php-83/Dockerfile index e69511ef..90c90e25 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.23 +ARG VERSION_PHP=8.3.24 # Lambda uses a custom AMI named Amazon Linux 2 diff --git a/php-84/Dockerfile b/php-84/Dockerfile index a4dca52b..1a836c08 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.10 +ARG VERSION_PHP=8.4.11 # Lambda uses a custom AMI named Amazon Linux 2