Skip to content

Commit 01d55bd

Browse files
authored
feat: upgraded db-sync to 13.2.0.2 and node to 8.9.0 (#871)
1 parent 30563de commit 01d55bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626

2727
cardano-node-ogmios:
2828
platform: linux/x86_64
29-
image: cardanosolutions/cardano-node-ogmios:${OGMIOS_VERSION:-v6.1.0}_${CARDANO_NODE_VERSION:-8.7.3}-${NETWORK:-mainnet}
29+
image: cardanosolutions/cardano-node-ogmios:${OGMIOS_VERSION:-v6.2.0}_${CARDANO_NODE_VERSION:-8.9.0}-${NETWORK:-mainnet}
3030
logging:
3131
driver: "json-file"
3232
options:
@@ -44,7 +44,7 @@ services:
4444

4545
cardano-db-sync:
4646
platform: linux/x86_64
47-
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.2.0.1}
47+
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.2.0.2}
4848
command: [
4949
"--config", "/config/cardano-db-sync/config.json",
5050
"--socket-path", "/node-ipc/node.socket"

0 commit comments

Comments
 (0)