From 96d3dce792be2b260af70ef0bf3e84d1d0149a98 Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Tue, 30 Aug 2022 01:42:50 +0100 Subject: [PATCH] Php8.1 --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index cf830d4..09ea96f 100644 --- a/manifest.json +++ b/manifest.json @@ -26,7 +26,7 @@ "multi_instance": true, "services": [ "nginx", - "php8.0-fpm", + "php8.1-fpm", "mysql" ], "arguments": { @@ -60,4 +60,4 @@ } ] } -} \ No newline at end of file +}