fix(slink): upgrade PHP 8.3 → 8.5 (required by latest release)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user