fix(slink): upgrade PHP 8.3 → 8.5 (required by latest release)

This commit is contained in:
MickLesk
2026-04-02 22:21:47 +02:00
parent 93544b905c
commit 486eb90163
2 changed files with 2 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ $STD apt install -y \
git
msg_ok "Installed Dependencies"
PHP_VERSION="8.3" PHP_MODULES="redis,gd,intl,zip,sqlite3,xml,curl,exif,imagick" setup_php
PHP_VERSION="8.5" setup_php
setup_composer

View File

@@ -41,6 +41,7 @@ cat <<EOF >/opt/trek/server/.env
NODE_ENV=production
PORT=3000
ENCRYPTION_KEY=${ENCRYPTION_KEY}
COOKIE_SECURE=false
TZ=UTC
EOF
msg_ok "Set up Server"