From 910d5d6bc9a21fc00bb9cb4c57652365d4adf7f9 Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Thu, 22 Feb 2024 13:07:21 +0530 Subject: [PATCH] chore: bump bastion deps (#163) --- modules/inception/gcp/bastion-startup.tmpl | 2 +- modules/inception/gcp/bastion.tf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/inception/gcp/bastion-startup.tmpl b/modules/inception/gcp/bastion-startup.tmpl index d51281a1..0266a477 100644 --- a/modules/inception/gcp/bastion-startup.tmpl +++ b/modules/inception/gcp/bastion-startup.tmpl @@ -85,7 +85,7 @@ mkdir kratos && cd kratos \ && mv kratos /usr/local/bin \ && cd .. && rm -rf kratos* -curl -sL https://deb.nodesource.com/setup_14.x | bash - \ +curl -sL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y nodejs \ && npm config set prefix '/usr' \ && npm i -g balanceofsatoshis@${bos_version} \ diff --git a/modules/inception/gcp/bastion.tf b/modules/inception/gcp/bastion.tf index b683d440..c5ad71de 100644 --- a/modules/inception/gcp/bastion.tf +++ b/modules/inception/gcp/bastion.tf @@ -3,12 +3,12 @@ locals { bria_version = "0.1.78" cfssl_version = "1.6.1" bitcoin_version = "24.0.1" - cepler_version = "0.7.9" + cepler_version = "0.7.15" safe_version = "1.7.0" - lnd_version = "0.15.5" + lnd_version = "0.17.3-beta" kubectl_version = "1.27.5" k9s_version = "0.25.18" - bos_version = "12.13.3" + bos_version = "17.8.0" kratos_version = "0.11.1" }