From bd16c993941313a33c9f0a282d6d53c56f534221 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 13 Aug 2023 13:09:05 +0200 Subject: [PATCH] php 8.1 More secure version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 60396f1..17540ea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -87,7 +87,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen main.url = "/" [resources.apt] - packages = "postgresql, curl, libzip-dev, php7.3-fpm, php7.3-cli, php7.3-gd, php7.3-mysql, php7.3-xml, php7.3-ldap, php7.3-mbstring, php7.3-pgsql" + packages = "postgresql, curl, libzip-dev, php8.1-fpm, php8.1-cli, php8.1-gd, php8.1-mysql, php8.1-xml, php8.1-ldap, php8.1-mbstring, php8.1-pgsql" [resources.database] type = "postgresql"