From 3895ae2b981f33449214af2ea8f842f6ec350d73 Mon Sep 17 00:00:00 2001 From: Aran Reeks <3313791+aran112000@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:26:09 +0100 Subject: [PATCH] PHP 8.4.0 RC2 --- php-84/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-84/Dockerfile b/php-84/Dockerfile index a139543..f46ae94 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -5,7 +5,7 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads ARG RELEASE_USER_PHP=saki -ARG VERSION_PHP=8.4.0RC1 +ARG VERSION_PHP=8.4.0RC2 # Lambda uses a custom AMI named Amazon Linux 2