Skip to content

Commit

Permalink
chore: bump Cardano node to 10.0.0-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Oct 22, 2024
1 parent 41a5391 commit 14f95de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ changes.

### Changed

-
- Bump to use Cardano Node `10.0.0-pre`

### Removed

Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include config.mk
.DEFAULT_GOAL := info

# image tags
cardano_node_image_tag := 9.2.1
cardano_node_image_tag := 10.0.0-pre
cardano_db_sync_image_tag := 13.5.0.2

.PHONY: all
Expand Down
2 changes: 1 addition & 1 deletion scripts/govtool/docker-compose.node+dbsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
retries: 5

cardano-node:
image: ghcr.io/intersectmbo/cardano-node:9.2.1
image: ghcr.io/intersectmbo/cardano-node:10.0.0-pre
environment:
- NETWORK=sanchonet
volumes:
Expand Down

0 comments on commit 14f95de

Please sign in to comment.