Skip to content

Commit 367fc81

Browse files
committed
chore: bump cardano-node to v9.1.1 and db-sync to v13.5.0.1
1 parent ac342e8 commit 367fc81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

compose/common.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ services:
123123
depends_on:
124124
ogmios:
125125
condition: service_healthy
126-
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.3.0.0}
126+
image: ghcr.io/intersectmbo/cardano-db-sync:${CARDANO_DB_SYNC_VERSION:-13.5.0.1}
127127
restart: on-failure
128128
stop_signal: SIGINT
129129
volumes:
@@ -134,7 +134,7 @@ services:
134134
<<:
135135
- *logging
136136
- *with-postgres
137-
image: ghcr.io/intersectmbo/cardano-smash-server:${CARDANO_DB_SYNC_VERSION:-13.3.0.0}
137+
image: ghcr.io/intersectmbo/cardano-smash-server:${CARDANO_DB_SYNC_VERSION:-13.5.0.1}
138138
command: ['--config', '/config/cardano-db-sync/config.json']
139139
environment:
140140
POSTGRES_HOST: postgres
@@ -155,7 +155,7 @@ services:
155155

156156
cardano-node:
157157
<<: *logging
158-
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-9.1.0}
158+
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-9.1.1}
159159
command:
160160
[
161161
'run',
@@ -201,7 +201,7 @@ services:
201201

202202
cardano-submit-api:
203203
command: --config /config/cardano-submit-api/config.json --listen-address 0.0.0.0 --socket-path /ipc/node.socket $SUBMIT_API_ARGS
204-
image: ghcr.io/intersectmbo/cardano-submit-api:${CARDANO_NODE_VERSION:-9.1.0}
204+
image: ghcr.io/intersectmbo/cardano-submit-api:${CARDANO_NODE_VERSION:-9.1.1}
205205
ports:
206206
- 8090:8090
207207
restart: on-failure

0 commit comments

Comments
 (0)