Skip to content

Commit 940e085

Browse files
authored
chore(): v4.0.0-beta14 (#2160)
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: #### Which issue(s) does this PR fixes?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes # #### Additional comments?:
1 parent 4b4724c commit 940e085

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/whale-api/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
defi-blockchain:
5-
image: defi/defichain:4.0.0-beta13
5+
image: defi/defichain:4.0.0-beta14
66

77
ports:
88
- "19554:19554"

packages/testcontainers/src/containers/DeFiDContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export abstract class DeFiDContainer extends DockerContainer {
3636
if (process?.env?.DEFICHAIN_DOCKER_IMAGE !== undefined) {
3737
return process.env.DEFICHAIN_DOCKER_IMAGE
3838
}
39-
return 'defi/defichain:4.0.0-beta13' // renovate.json regexManagers
39+
return 'defi/defichain:4.0.0-beta14' // renovate.json regexManagers
4040
}
4141

4242
public static readonly DefaultStartOptions = {

packages/testcontainers/src/containers/NativeChainContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class NativeChainContainer extends GenericContainer {
2929
if (process?.env?.DEFICHAIN_DOCKER_IMAGE !== undefined) {
3030
return process.env.DEFICHAIN_DOCKER_IMAGE
3131
}
32-
return 'defi/defichain:4.0.0-beta13' // renovate.json regexManagers
32+
return 'defi/defichain:4.0.0-beta14' // renovate.json regexManagers
3333
}
3434

3535
public static readonly PREFIX = 'defichain-testcontainers-'

0 commit comments

Comments
 (0)