We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb1acd commit a534585Copy full SHA for a534585
docker-compose.yml
@@ -32,7 +32,7 @@ services:
32
max-file: "10"
33
34
cardano-node:
35
- image: ghcr.io/intersectmbo/cardano-node:8.9.3
+ image: ghcr.io/intersectmbo/cardano-node:8.12.2
36
environment:
37
- NETWORK=${NETWORK:-mainnet}
38
volumes:
@@ -53,7 +53,7 @@ services:
53
54
55
cardano-db-sync:
56
- image: ghcr.io/intersectmbo/cardano-db-sync:13.2.0.2
+ image: ghcr.io/intersectmbo/cardano-db-sync:13.3.0.0
57
58
- DISABLE_LEDGER=${DISABLE_LEDGER}
59
0 commit comments