Skip to content

Commit

Permalink
chore: update to LND v0.17.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Nov 15, 2023
1 parent 80809ae commit abb7973
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Image:

GOLANG_VERSION = BuildArgument(
name="GOLANG_VERSION",
value="1.21.1-bullseye",
value="1.21.4-bullseye",
)

BITCOIN_VERSION = "25.1"
Expand All @@ -47,7 +47,7 @@ class Image:

C_LIGHTNING_VERSION = "23.08.1"
ECLAIR_VERSION = "0.9.0"
LND_VERSION = "0.17.0-beta"
LND_VERSION = "0.17.1-beta"

BITCOIN_BUILD_ARG = BuildArgument(
name="BITCOIN_VERSION",
Expand Down Expand Up @@ -101,7 +101,7 @@ class Image:
],
),
"regtest": Image(
tag="4.1.1",
tag="4.2.0",
arguments=[
UBUNTU_VERSION,
BITCOIN_BUILD_ARG,
Expand Down
2 changes: 1 addition & 1 deletion docker/regtest/startRegtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker run \
-p 31000:31000 \
-p 31001:31001 \
-p 31002:31002 \
boltz/regtest:4.1.1
boltz/regtest:4.2.0

docker exec regtest bash -c "cp /root/.lightning/regtest/*.pem /root/.lightning/regtest/certs"
docker exec regtest chmod -R 777 /root/.lightning/regtest/certs
2 changes: 1 addition & 1 deletion lib/VersionCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class VersionCheck {
},
[LndClient.serviceName]: {
minimal: '0.16.0',
maximal: '0.17.0',
maximal: '0.17.1',
},
};

Expand Down

0 comments on commit abb7973

Please sign in to comment.