Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/docker-compose.common.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
firefly-core:
image: ghcr.io/gytis-ivaskevicius/firefly-core:latest
image: ghcr.io/hyperledger/firefly:v1.3.3-20250523-823
volumes:
- ./firefly-core.yaml:/etc/firefly/firefly.core.yml:ro
ports:
Expand Down
4 changes: 2 additions & 2 deletions infra/docker-compose.node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include:
- docker-compose.common.yaml
services:
init-node:
image: ghcr.io/input-output-hk/mithril-client:2517.1-b1a2faa
image: ghcr.io/input-output-hk/mithril-client:2524.0-7bf7033
entrypoint: /app/bin/entrypoint.sh
user: "${UID}:${GID}"
environment:
Expand All @@ -13,7 +13,7 @@ services:
- node-db:/data

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:10.3.1
image: ghcr.io/intersectmbo/cardano-node:10.4.1
user: "${UID}:${GID}"
environment:
NETWORK: preview
Expand Down
Loading