Skip to content

Commit e8fd264

Browse files
authored
Merge pull request #2664 from IntersectMBO/chore/bump-cardano-node-to-10-1-4
chore: bump cardano-node to 10.1.4
2 parents 093bbce + 00cc5d2 commit e8fd264

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ changes.
2020

2121
### Changed
2222

23-
-
23+
- Bump cardano-node to 10.1.4
2424

2525
### Removed
2626

scripts/govtool/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include config.mk
1111
.DEFAULT_GOAL := info
1212

1313
# image tags
14-
cardano_node_image_tag := 10.1.2
14+
cardano_node_image_tag := 10.1.4
1515
cardano_db_sync_image_tag := 13.6.0.4
1616

1717
.PHONY: all

scripts/govtool/docker-compose.node+dbsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
retries: 5
5252

5353
cardano-node:
54-
image: ghcr.io/intersectmbo/cardano-node:10.1.2
54+
image: ghcr.io/intersectmbo/cardano-node:10.1.4
5555
environment:
5656
- NETWORK=sanchonet
5757
volumes:

0 commit comments

Comments
 (0)