Skip to content

Commit

Permalink
chore: update Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Mar 5, 2024
1 parent 2654e7b commit e7ca60a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docker/build.py
Expand Up @@ -43,10 +43,10 @@ class Image:
BITCOIN_VERSION = "26.0"
LITECOIN_VERSION = "0.21.2.2"
ELEMENTS_VERSION = "23.2.1"
GETH_VERSION = "1.13.12"
GETH_VERSION = "1.13.14"

C_LIGHTNING_VERSION = "23.11.2"
ECLAIR_VERSION = "0.9.0"
C_LIGHTNING_VERSION = "24.02"
ECLAIR_VERSION = "0.10.0"
LND_VERSION = "0.17.4-beta"

BITCOIN_BUILD_ARG = BuildArgument(
Expand Down Expand Up @@ -101,7 +101,7 @@ class Image:
],
),
"regtest": Image(
tag="4.4.1",
tag="4.4.2",
arguments=[
UBUNTU_VERSION,
BITCOIN_BUILD_ARG,
Expand Down
2 changes: 1 addition & 1 deletion docker/regtest/startRegtest.sh
Expand Up @@ -9,7 +9,7 @@ docker run \
--volume "${PWD}"/docker/regtest/data/cln/mpay:/root/.lightning/regtest/mpay \
--volume "${PWD}"/tools:/tools \
--network host \
boltz/regtest:4.4.1
boltz/regtest:4.4.2

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

0 comments on commit e7ca60a

Please sign in to comment.