Skip to content

Commit

Permalink
HEAD-5594a9373c
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Apr 8, 2024
1 parent 9c20dff commit 7130ee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/whale-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
defi-blockchain:
image: defi/defichain:HEAD-b3f4954724
image: defi/defichain:HEAD-5594a9373c

ports:
- "19554:19554"
Expand Down
2 changes: 1 addition & 1 deletion packages/testcontainers/src/containers/DeFiDContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export abstract class DeFiDContainer extends DockerContainer {
if (process?.env?.DEFICHAIN_DOCKER_IMAGE !== undefined) {
return process.env.DEFICHAIN_DOCKER_IMAGE
}
return 'defi/defichain:HEAD-b3f4954724' // renovate.json regexManagers
return 'defi/defichain:HEAD-5594a9373c' // renovate.json regexManagers
}

public static readonly DefaultStartOptions = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class NativeChainContainer extends GenericContainer {
if (process?.env?.DEFICHAIN_DOCKER_IMAGE !== undefined) {
return process.env.DEFICHAIN_DOCKER_IMAGE
}
return 'defi/defichain:HEAD-b3f4954724' // renovate.json regexManagers
return 'defi/defichain:HEAD-5594a9373c' // renovate.json regexManagers
}

public static readonly PREFIX = 'defichain-testcontainers-'
Expand Down

0 comments on commit 7130ee5

Please sign in to comment.