Skip to content

Commit

Permalink
Merge pull request #1881 from IntersectMBO/kderme/13.6.0.0
Browse files Browse the repository at this point in the history
13.6.0.0
  • Loading branch information
kderme authored Oct 23, 2024
2 parents f08b9c5 + cb008bd commit 889f969
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fix an issue with drep metadata images [#1857]
- Fix an issue with pool_stat [#1833]
- Expect pool_stat instead of pool_stats in config [#1880]
- Enacted gov_action_proposal are no longer marked as dropped


## 13.5.0.2
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
max-file: "10"

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:10.0.0-pre
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -54,7 +54,7 @@ services:
max-file: "10"

cardano-db-sync:
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0
image: ghcr.io/intersectmbo/cardano-db-sync:13.6.0.0-pre
environment:
- DB_SYNC_CONFIG=${DB_SYNC_CONFIG:-}
- DISABLE_LEDGER=${DISABLE_LEDGER}
Expand Down

0 comments on commit 889f969

Please sign in to comment.