Skip to content

Commit

Permalink
chore: bump bastion deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed Feb 21, 2024
1 parent a6a7c97 commit f160ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/inception/gcp/bastion-startup.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions modules/inception/gcp/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit f160ba8

Please sign in to comment.