From 4e6667bda7916037a92f0e108353662d0daaf2d0 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Fri, 5 Jul 2024 14:49:53 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6cbd870..b120775 100644 --- a/manifest.toml +++ b/manifest.toml @@ -75,8 +75,8 @@ ram.runtime = "50M" [resources.apt] packages = [ - "php7.4-fpm", - "php7.4-imagick", + "php8.3-fpm", + "php8.3-imagick", "mariadb-server", ]