Skip to content

Commit

Permalink
chore: bump elements to v23.2.5 (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Jan 14, 2025
1 parent 61163ee commit 121af9a
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 249 deletions.
4 changes: 2 additions & 2 deletions docker/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Image:

BITCOIN_VERSION = "28.1"
LITECOIN_VERSION = "0.21.4"
ELEMENTS_VERSION = "23.2.4"
ELEMENTS_VERSION = "23.2.5"
GETH_VERSION = "1.14.12"

C_LIGHTNING_VERSION = "24.11.1"
Expand Down Expand Up @@ -108,7 +108,7 @@ class Image:
],
),
"regtest": Image(
tag="4.6.3",
tag="4.6.4",
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 @@ -29,7 +29,7 @@ docker run \
-p 9735:9735 \
-p 9293:9293 \
-p 9292:9292 \
boltz/regtest:4.6.3
boltz/regtest:4.6.4

docker exec regtest bash -c "cp /root/.lightning/regtest/*.pem /root/.lightning/regtest/certs"
docker exec regtest chmod -R 777 /root/.lightning/regtest/certs
Expand Down
Loading

0 comments on commit 121af9a

Please sign in to comment.