Skip to content

Commit

Permalink
chore: bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 authored and MSzalowski committed Oct 31, 2024
1 parent 431270a commit 233b35c
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 @@ -20,7 +20,7 @@ changes.

### Changed

-
- Bumped Cardano node version to `10.1.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 := 10.0.0-pre
cardano_node_image_tag := 10.1.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:10.0.0-pre
image: ghcr.io/intersectmbo/cardano-node:10.1.0-pre
environment:
- NETWORK=sanchonet
volumes:
Expand Down

0 comments on commit 233b35c

Please sign in to comment.