From 37a70167ccfd040ba224ab245d9bda4fe04ce9a2 Mon Sep 17 00:00:00 2001 From: Romain Gautier Date: Thu, 24 Oct 2024 16:07:58 +0200 Subject: [PATCH] bump php8.4 too Signed-off-by: Romain Gautier --- php-84/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-84/Dockerfile b/php-84/Dockerfile index 02747c75..ef656f09 100644 --- a/php-84/Dockerfile +++ b/php-84/Dockerfile @@ -4,8 +4,8 @@ ARG IMAGE_VERSION_SUFFIX # https://www.php.net/downloads -ARG RELEASE_USER_PHP=calvinb -ARG VERSION_PHP=8.4.0RC2 +ARG RELEASE_USER_PHP=saki +ARG VERSION_PHP=8.4.0RC3 # Lambda uses a custom AMI named Amazon Linux 2