Skip to content

Commit

Permalink
build(deps): update bitcoin testcontainer from v26 to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Jun 13, 2024
1 parent 997fe01 commit 93f1cac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- upgrade: update sqlite from v3.45.1.0 to v3.45.3.0
- upgrade: update jeromq from v0.5.4 to v0.6.0
- upgrade: update cln-grpc-client-core from v23.8.1 to v24.5.0
- upgrade: update bitcoin testcontainer from v26 to v27
- upgrade: update cln testcontainer from v23.08 to v24.05
- upgrade: update lnd testcontainer from v0.17.0-beta to v0.18.0-beta
- upgrade: update testcontainers from v1.19.3 to v1.19.8
Expand Down
2 changes: 1 addition & 1 deletion docker/regtest/bitcoin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
bitcoind_regtest:
container_name: bitcoind_regtest
image: polarlightning/bitcoind:26.0
image: polarlightning/bitcoind:27.0
restart: always
volumes:
- bitcoind-data:/home/bitcoin/.bitcoin/regtest
Expand Down
2 changes: 1 addition & 1 deletion docker/regtest/electrum/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
bitcoind_regtest:
container_name: bitcoind_regtest
image: polarlightning/bitcoind:26.0
image: polarlightning/bitcoind:27.0
restart: always
command:
-regtest=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
ignoreUnknownFields = false
)
public class BitcoindContainerProperties extends AbstractContainerProperties implements Validator {
private static final String DEFAULT_DOCKER_IMAGE_NAME = "polarlightning/bitcoind:26.0";
private static final String DEFAULT_DOCKER_IMAGE_NAME = "polarlightning/bitcoind:27.0";
private static final DockerImageName defaultDockerImageName = DockerImageName.parse(DEFAULT_DOCKER_IMAGE_NAME);

private static final int MAINNET_DEFAULT_RPC_PORT = 8332;
Expand Down

0 comments on commit 93f1cac

Please sign in to comment.