Skip to content

Commit

Permalink
Merge pull request #2664 from IntersectMBO/chore/bump-cardano-node-to…
Browse files Browse the repository at this point in the history
…-10-1-4

chore: bump cardano-node to 10.1.4
  • Loading branch information
MSzalowski authored Jan 20, 2025
2 parents 093bbce + 00cc5d2 commit e8fd264
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

-
- Bump cardano-node to 10.1.4

### 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.1.2
cardano_node_image_tag := 10.1.4
cardano_db_sync_image_tag := 13.6.0.4

.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.1.2
image: ghcr.io/intersectmbo/cardano-node:10.1.4
environment:
- NETWORK=sanchonet
volumes:
Expand Down

0 comments on commit e8fd264

Please sign in to comment.