Skip to content

Commit

Permalink
Update cardano-node to 8.10.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Apr 17, 2024
1 parent fcc1c40 commit ee7254a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/explorer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
cardano-node:
image: ghcr.io/intersectmbo/cardano-node:8.9.0
image: ghcr.io/intersectmbo/cardano-node:8.10.0-pre
volumes:
- /srv/var/cardano/state-sanchonet:/data
environment:
Expand All @@ -26,7 +26,5 @@ services:
[ "--node-socket", "/data/node.socket"
, "--testnet-magic", "4"
, "--api-port", "8080"
# NOTE: Block in which current master scripts were published
, "--start-chain-from", "21830575.4fa28d6c6f6541fd5c73d715d69f3dd7751e7b4d7dc1213cb02d30c5a0db609b"
]
restart: always

0 comments on commit ee7254a

Please sign in to comment.