Skip to content

Commit

Permalink
chore: bump cardano-node to 10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jan 20, 2025
1 parent 093bbce commit 00cc5d2
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 00cc5d2

Please sign in to comment.