From 322cd0f3d21c9b72c734c25db6464b0a20bca5f4 Mon Sep 17 00:00:00 2001 From: Romain Gautier Date: Thu, 24 Oct 2024 15:20:14 +0200 Subject: [PATCH] bump php8.2 too Signed-off-by: Romain Gautier --- php-82/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-82/Dockerfile b/php-82/Dockerfile index 4e1d5f58..65c713cb 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.24 +ARG VERSION_PHP=8.2.25 # Lambda uses a custom AMI named Amazon Linux 2