We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30563de commit 01d55bdCopy full SHA for 01d55bd
docker-compose.yml
@@ -26,7 +26,7 @@ services:
26
27
cardano-node-ogmios:
28
platform: linux/x86_64
29
- image: cardanosolutions/cardano-node-ogmios:${OGMIOS_VERSION:-v6.1.0}_${CARDANO_NODE_VERSION:-8.7.3}-${NETWORK:-mainnet}
+ image: cardanosolutions/cardano-node-ogmios:${OGMIOS_VERSION:-v6.2.0}_${CARDANO_NODE_VERSION:-8.9.0}-${NETWORK:-mainnet}
30
logging:
31
driver: "json-file"
32
options:
@@ -44,7 +44,7 @@ services:
44
45
cardano-db-sync:
46
47
- image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.2.0.1}
+ image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.2.0.2}
48
command: [
49
"--config", "/config/cardano-db-sync/config.json",
50
"--socket-path", "/node-ipc/node.socket"
0 commit comments