Update dependencies (#13901)

This commit is contained in:
Slaviša Arežina
2026-04-21 10:38:16 +02:00
committed by GitHub
parent 323222a963
commit 9293dfaa82
2 changed files with 40 additions and 34 deletions
+4
View File
@@ -13,6 +13,10 @@ setting_up_container
network_check
update_os
msg_info "Installing dependencies"
$STD apt install -y whois
msg_ok "Installed dependencies"
PG_VERSION="17" setup_postgresql
PG_DB_NAME="domainlocker_db" PG_DB_USER="domainlocker" setup_postgresql_db
NODE_VERSION="22" setup_nodejs