From 8c2c213f8b1a5c94eba15b270a75682242a21240 Mon Sep 17 00:00:00 2001 From: Gitouche Date: Fri, 4 Oct 2024 20:21:11 +0200 Subject: [PATCH] wpamapsta : build PHP 8.2 --- podman-wpamapsta/ci_build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-wpamapsta/ci_build-images.sh b/podman-wpamapsta/ci_build-images.sh index 2cdf1b8..2799e7e 100755 --- a/podman-wpamapsta/ci_build-images.sh +++ b/podman-wpamapsta/ci_build-images.sh @@ -7,7 +7,7 @@ source "${ABSDIR}"/vars.sh ensure_pwd_is_scriptdir ensure_not_root -php='php8.1' +php='php8.2' flavor='apache' buildfolder=/tmp/wp-$$