Skip to content

Commit

Permalink
chore: update CLN to v24.02.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Apr 7, 2024
1 parent 1dc1c49 commit 45a105c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Image:
ELEMENTS_VERSION = "23.2.1"
GETH_VERSION = "1.13.14"

C_LIGHTNING_VERSION = "24.02.1"
C_LIGHTNING_VERSION = "24.02.2"
ECLAIR_VERSION = "0.10.0"
LND_VERSION = "0.17.4-beta"

Expand Down Expand Up @@ -101,7 +101,7 @@ class Image:
],
),
"regtest": Image(
tag="4.4.4",
tag="4.4.5",
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 @@ -28,7 +28,7 @@ docker run \
-p 9735:9735 \
-p 9293:9293 \
-p 9292:9292 \
boltz/regtest:4.4.4
boltz/regtest:4.4.5

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 @@ -83,7 +83,7 @@ class VersionCheck {
},
[ClnClient.serviceName]: {
minimal: '23.05',
maximal: '24.04',
maximal: '24.02.2',
},
[ClnClient.serviceNameHold]: {
minimal: '0.0.3',
Expand Down

0 comments on commit 45a105c

Please sign in to comment.