File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments